Update project content
put/projects/{projectId}/contents/{contentId}/content
Updates the project content that is associated with the specified project ID and content ID.
Name | Type | Required | Description |
---|---|---|---|
contentId | string | true | The unique identifier for the project content. |
projectId | string | true | The unique identifier for the project. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. The project content was updated. | Headers | |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | No project content exists at the requested path. | Schema | |
412 | Precondition Failed | The `If-Match` request header did not match the resource's entity tag, or the `If-Unmodified-Since` request header did not match the resource's last modified timestamp. | Schema | |
428 | Precondition Required | The request headers did not include a `If-Match` or `If-Unmodified-Since` precondition. | Schema |