CreatePublicDomainRequest
CreatePublicDomainRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| address_type required | Address type Example : DOMESTIC | string | |
| auto_extension optional | Auto extension flag Example : True | any of [boolean, null] | True |
| description optional | description Example : This is description | any of [string, null] | |
| domestic_first_address_en required | Domestic first address (EN) Example : 125 Olympic-ro 35-gil, Songpa-gu, Seoul | any of [string, null] | |
| domestic_first_address_ko required | Domestic first address (KO) Example : 서울특별시 송파구 올림픽로35길 125 (신천동) | any of [string, null] | |
| domestic_second_address_en required | Domestic second address (EN) Example : West Campus 1F | any of [string, null] | |
| domestic_second_address_ko required | Domestic second address (KO) Example : 서관 1층Maximum length : 16 | string | |
| name required | Public Domain Name Example : example.com | string | |
| overseas_first_address required | Overseas address - Address Example : 123 Main St | any of [string, null] | |
| overseas_second_address required | Overseas address - City Example : New York | any of [string, null] | |
| overseas_third_address required | Overseas address - State & Country Example : NY 10001 | any of [string, null] | |
| postal_code required | Postal code Example : 12345Maximum length : 6 | string | |
| register_email required | Register email Example : admin@example.com | string | |
| register_name_en required | Register Name Overseas Example : Hong GildongMaximum length : 30 | string | |
| register_name_ko required | Register Name Domestic Example : 홍길동Maximum length : 30 | string | |
| register_telno required | Register telephone number Example : 010-1234-5678 | string | |
| tags optional | Tag List | array[Tag] |