Learn R Programming

paws.networking (version 0.2.0)

apigatewayv2_create_model: Creates a Model for an API

Description

Creates a Model for an API.

See https://paws-r.github.io/docs/apigatewayv2/create_model.html for full documentation.

Usage

apigatewayv2_create_model(
  ApiId,
  ContentType = NULL,
  Description = NULL,
  Name,
  Schema
)

Arguments

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.