Updates a Model.
See https://paws-r.github.io/docs/apigatewayv2/update_model.html for full documentation.
apigatewayv2_update_model(
ApiId,
ContentType = NULL,
Description = NULL,
ModelId,
Name = NULL,
Schema = NULL
)
[required] The API identifier.
The content-type for the model, for example, "application/json".
The description of the model.
[required] The model ID.
The name of the model.
The schema for the model. For application/json models, this should be JSON schema draft 4 model.