Update project content

put/projects/{projectId}/contents/{contentId}/content
Internal-Use Only

Updates the project content that is associated with the specified project ID and content ID.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
contentId
string
true

The unique identifier for the project content.

projectId
string
true

The unique identifier for the project.

Header Parameters

NameTypeRequiredDescription
If-Match
string
true

The entity tag obtained from the most recent ETag response header. Must match the current entity tag for the project content.

Responses

StatusMeaningDescription
200OKThe request succeeded. The project content was updated.Headers
400Bad RequestThe request was invalid.Schema
404Not FoundNo project content exists at the requested path.Schema
412Precondition FailedThe `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
428Precondition RequiredThe request headers did not include a `If-Match` or `If-Unmodified-Since` precondition.Schema