Update model content metadata
put/models/{modelId}/contents/{contentId}
Updates the metadata information for the model 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 "modelId": "string",8 "fileUri": "string",9 "role": "string",10 "key": "string",11 "version": 212}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The metadata information for the model content was updated. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | No model 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 |