CreatePublicDomainRequest
CreatePublicDomainRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| address_type required | 주소 유형 Example : DOMESTIC | string | |
| auto_extension optional | 자동 연장 플래그 Example : True | any of [boolean, null] | True |
| description optional | 설명 Example : This is description | any of [string, null] | |
| domestic_first_address_en required | 국내 주소 1 (EN) Example : 125 Olympic-ro 35-gil, Songpa-gu, Seoul | any of [string, null] | |
| domestic_first_address_ko required | 국내 주소 1 (KO) Example : 서울특별시 송파구 올림픽로35길 125 (신천동) | any of [string, null] | |
| domestic_second_address_en required | 국내 주소 2 (EN) Example : West Campus 1F | any of [string, null] | |
| domestic_second_address_ko required | 국내 주소 2 (KO) Example : 서관 1층Maximum length : 16 | string | |
| name required | 퍼블릭 도메인 이름 Example : example.com | string | |
| overseas_first_address required | 해외 주소 - 주소 Example : 123 Main St | any of [string, null] | |
| overseas_second_address required | 해외 주소 - 도시 Example : New York | any of [string, null] | |
| overseas_third_address required | 해외 주소 - 주 및 국가 Example : NY 10001 | any of [string, null] | |
| postal_code required | 우편번호 Example : 12345Maximum length : 6 | string | |
| register_email required | 등록 이메일 Example : admin@example.com | string | |
| register_name_en required | 해외 등록 이름 Example : Hong GildongMaximum length : 30 | string | |
| register_name_ko required | 국내 등록 이름 Example : 홍길동Maximum length : 30 | string | |
| register_telno required | 등록 전화번호 Example : 010-1234-5678 | string | |
| tags optional | 태그 목록 | array[Tag] |