Synopsis
Parameters
| Parameter |
Type |
Description |
| token |
string |
Credentials, see RemoteApi.login |
| name |
string |
The name of the project to be edited |
| scm |
RemoteApi.Scm |
The updated scm details. |
Returns
A boolean indicating the success of the request.
Throws
Throws an exception if the specified project does not exist.
Throws an exception if any of the new scm properties are invalid.
Description
Edit the scm details for the specified project.
Access
Accessible to project administrators.