StageDetail
StageDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| active_deployment required | Active Deployment Example : 2024-05-17T00:23:17Z | string (date-time) | |
| 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] | |
| api_id required | Api ID Example : 27bb070b564349f8a31cc60734cc36a5 | string | |
| cors_enabled required | Cors Enabled Example : False | boolean | |
| created_at required | Creation Date Example : | string (date-time) | |
| deployment_id required | Deployment ID Example : 27bb070b564349f8a31cc60734cc36a5 | string | |
| expose_headers optional | Expose Headers Example : ['test1', 'test2'] | any of [array[string], null] | |
| invoke_url required | Invoke URL Example : http://test.com/stg | string | |
| ip_restriction_enabled required | IP Restriction Enabled Example : False | boolean | |
| jwt_enabled required | JWT Enabled Example : False | boolean | |
| max_age optional | Max Age Example : 3600 | any of [integer, null] | |
| name required | Stage Name Example : test-stage | string |