Update model content

put/models/{modelId}/contents/{contentId}/stream
Internal-Use Only

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

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
contentId
string
true
modelId
string
true

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 model content.

Responses

StatusMeaningDescription
200OKThe model content was updated.Headers
400Bad RequestThe request was invalid.Schema
404Not FoundThe model content could not be found.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