Update project content metadata
put/projects/{projectId}/contents/{contentId}
Updates the metadata information for the project content that is associated with the specified model ID and content ID.
1{2 "createdBy": "string",3 "modifiedBy": "string",4 "creationTimeStamp": "2019-08-24T14:15:22Z",5 "modifiedTimeStamp": "2019-08-24T14:15:22Z",6 "name": "string",7 "projectId": "string",8 "fileUri": "string",9 "role": "string",10 "key": "string",11 "version": 212}
Name | Type | Required | Description |
---|---|---|---|
contentId | string | true | The unique identifier for the project. |
projectId | string | true | The unique identifier for the project. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. The metadata information for the project content was updated. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | No project or 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 |