Changes information about the specified API.
apigateway_update_rest_api(restApiId, patchOperations)
[required] [Required] The string identifier of the associated RestApi.
A list of update operations to be applied to the specified resource and in the order specified in this list.
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 )
svc$update_rest_api( restApiId = "string", patchOperations = list( list( op = "add"|"remove"|"replace"|"move"|"copy"|"test", path = "string", value = "string", from = "string" ) ) )