Update Model
apigateway_update_model | R Documentation |
Changes information about a model¶
Description¶
Changes information about a model. The maximum size of the model is 400 KB.
Usage¶
Arguments¶
restApiId
[required] The string identifier of the associated RestApi.
modelName
[required] The name of the model to update.
patchOperations
For more information about supported patch operations, see Patch Operations.
Value¶
A list with the following syntax:
list(
id = "string",
name = "string",
description = "string",
schema = "string",
contentType = "string"
)