Description
Updates a project's general settings. Pass only the fields you want to change.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
projectId |
body | string | yes | ID of the project. |
name |
body | string | no | New name. |
description |
body | string | no | New description. |
Errors
| Status | Meaning |
|---|---|
400 |
Invalid projectId or validation failure. |
401 |
Missing or invalid Basic auth credentials, or the service account lacks the required role. |