Update a user-defined property for a project
put/projects/{projectId}/userProperties/{propertyKey}
Updates the value of the specified user-defined property within the specified project.
| Name | Type | Required | Description |
|---|---|---|---|
projectId | string | true | The unique identifier for the project. |
propertyKey | string | true | The key of the user-defined property. |
| Name | Type | Required | Description |
|---|---|---|---|
If-Match | string | true | Client must specify the previously pulled ETag as If-Match header. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The property was updated. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 404 | Not Found | No project or property exists at the requested path. | Schema | |
| 412 | Precondition Failed | The request precondition failed. | Schema | |
| 428 | Precondition Required | The request requires a precondition header. | Schema |