Update model content
put/models/{modelId}/contents/{contentId}/stream
Updates the model content that is associated with the specified model ID and content ID.
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The model content was updated. | Headers | |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | The model content could not be found. | 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 |