Update Rest Api
apigateway_update_rest_api | R Documentation |
Changes information about the specified API¶
Description¶
Changes information about the specified API.
Usage¶
Arguments¶
restApiId
[required] The string identifier of the associated RestApi.
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",
createdDate = as.POSIXct(
"2015-01-01"
),
version = "string",
warnings = list(
"string"
),
binaryMediaTypes = list(
"string"
),
minimumCompressionSize = 123,
apiKeySource = "HEADER"|"AUTHORIZER",
endpointConfiguration = list(
types = list(
"REGIONAL"|"EDGE"|"PRIVATE"
),
vpcEndpointIds = list(
"string"
)
),
policy = "string",
tags = list(
"string"
),
disableExecuteApiEndpoint = TRUE|FALSE,
rootResourceId = "string"
)