Update a codestation project
Request
PUT https://{hostname}:{port}
/build/rest2/codestation-projects/{id}
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | true |
This command takes a JSON request string or file. Use the following template for the request:
{
"description": "The codestation project description",
"name": "The name of the codestation project"
}
