View source: R/apigatewayv2_operations.R
| apigatewayv2_create_model | R Documentation | 
Creates a Model for an API.
See https://www.paws-r-sdk.com/docs/apigatewayv2_create_model/ for full documentation.
apigatewayv2_create_model(
  ApiId,
  ContentType = NULL,
  Description = NULL,
  Name,
  Schema
)
| ApiId | [required] The API identifier. | 
| ContentType | The content-type for the model, for example, "application/json". | 
| Description | The description of the model. | 
| Name | [required] The name of the model. Must be alphanumeric. | 
| Schema | [required] The schema for the model. For application/json models, this should be JSON schema draft 4 model. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.