StageSetConfigRequestV1Dot1
StageSetConfigRequestV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| allow_credentials optional | Allow Credentials Example : True | any of [boolean, null] | |
| allow_headers optional | Allow Headers Example : ['Content-Type', 'Authorization'] | any of [array[string], null] | |
| allow_methods optional | Allow Methods Example : ['GET', 'POST', 'PUT', 'PATCH'] | any of [array[enum (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, ANY)], null] | |
| allow_origins optional | Allow Origins Example : ['*'] | any of [array[string], null] | |
| connected_api_keys optional | Connected API Keys Example : ['key1', 'key2'] | any of [array[string], null] | |
| cors_enabled required | Cors Enabled Example : False | boolean | |
| description optional | Description Example : description | any of [string, null] | |
| expose_headers optional | Expose Headers Example : ['test1', 'test2'] | any of [array[string], null] | |
| jwt_enabled required | JWT Enabled Example : False | boolean | |
| max_age optional | Max Age Example : 3600 | any of [integer, null] | |
| usage_plan_id optional | Usage Plan ID Example : 27bb070b564349f8a31cc60734cc36a5 | any of [string, null] |