StageSetConfigRequest

StageSetConfigRequest

NameDescriptionSchemaDefault
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]
cors_enabled
required
CORS 사용여부
Example : False
boolean
expose_headers
optional
노출 헤더
Example : ['test1', 'test2']
any of [array[string], null]
ip_restriction_enabled
required
IP 접근제어 사용여부
Example : False
boolean
jwt_enabled
required
JWT 사용여부
Example : False
boolean
max_age
optional
최대 캐시 기간
Example : 3600
any of [integer, null]