Updates a Model.
See https://www.paws-r-sdk.com/docs/apigatewayv2_update_model/ 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.