
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Adds a new Model resource to an existing RestApi resource.
See https://paws-r.github.io/docs/apigateway/create_model.html for full documentation.
apigateway_create_model(
restApiId,
name,
description = NULL,
schema = NULL,
contentType
)
[required] The RestApi identifier under which the Model will be created.
[required] The name of the model. Must be alphanumeric.
The description of the model.
The schema for the model. For application/json
models, this should be
JSON schema draft 4 model.
[required] The content-type for the model.