Changes information about a model.
See https://paws-r.github.io/docs/apigateway/update_model.html for full documentation.
apigateway_update_model(restApiId, modelName, patchOperations = NULL)
[required] The string identifier of the associated RestApi.
[required] The name of the model to update.
For more information about supported patch operations, see Patch Operations.