Update project content

put/projects/{projectId}/contents/{contentId}/content

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

Request Samples

1

Response Samples

1Not Available

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
200OK

The request succeeded. The project content was updated.

Headers
400Bad Request

The request was invalid.

Schema
404Not Found

No project content exists at the requested path.

Schema
412Precondition 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
428Precondition Required

The request headers did not include a If-Match or If-Unmodified-Since precondition.

Schema