StageDetail
StageDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| active_deployment required | 활성화 배포 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| allow_credentials optional | 허용 인증 Example : True | any of [boolean, null] | |
| allow_headers optional | 허용 헤더 Example : ['Content-Type', 'Authorization'] | any of [array[string], null] | |
| allow_methods optional | 허용 메서드 Example : ['GET', 'POST', 'PUT', 'PATCH'] | any of [array[enum (GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, ANY)], null] | |
| allow_origins optional | 허용 원본 Example : ['*'] | any of [array[string], null] | |
| api_id required | Api ID Example : 27bb070b564349f8a31cc60734cc36a5 | string | |
| cors_enabled required | CORS 사용여부 Example : False | boolean | |
| created_at required | 생성 일시 Example : 2026-02-11T06:40:18.683Z | string (date-time) | |
| deployment_id required | 배포 ID Example : 27bb070b564349f8a31cc60734cc36a5 | string | |
| expose_headers optional | 노출 헤더 Example : ['test1', 'test2'] | any of [array[string], null] | |
| invoke_url required | 호출 URL Example : http://test.com/stg | string | |
| ip_restriction_enabled required | IP 접근제어 사용여부 Example : False | boolean | |
| jwt_enabled required | JWT 사용여부 Example : False | boolean | |
| max_age optional | 최대 캐시 기간 Example : 3600 | any of [integer, null] | |
| name required | 스테이지명 Example : test-stage | string |