apigatewayv2_update_model: Updates a Model

View source: R/apigatewayv2_operations.R

apigatewayv2_update_modelR Documentation

Updates a Model

Description

Updates a Model.

See https://www.paws-r-sdk.com/docs/apigatewayv2_update_model/ for full documentation.

Usage

apigatewayv2_update_model(
  ApiId,
  ContentType = NULL,
  Description = NULL,
  ModelId,
  Name = NULL,
  Schema = NULL
)

Arguments

ApiId

[required] The API identifier.

ContentType

The content-type for the model, for example, "application/json".

Description

The description of the model.

ModelId

[required] The model ID.

Name

The name of the model.

Schema

The schema for the model. For application/json models, this should be JSON schema draft 4 model.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.