Update Model
| apigatewayv2_update_model | R Documentation |
Updates a Model¶
Description¶
Updates a Model.
Usage¶
Arguments¶
ApiId[required] The API identifier.
ContentTypeThe content-type for the model, for example, "application/json".
DescriptionThe description of the model.
ModelId[required] The model ID.
NameThe name of the model.
SchemaThe schema for the model. For application/json models, this should be JSON schema draft 4 model.
Value¶
A list with the following syntax:
list(
ContentType = "string",
Description = "string",
ModelId = "string",
Name = "string",
Schema = "string"
)