Update model content

put/models/{modelId}/contents/{contentId}/stream

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

Request Samples

1

Response Samples

1Not Available

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

The model content was updated.

Headers
400Bad Request

The request was invalid.

Schema
404Not Found

The model content could not be found.

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