CreatePublicDomainRequest
CreatePublicDomainRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| address_type required | The type of address for the domain registration. Example : | string | |
| auto_extension optional | Indicates whether automatic extension is enabled for the domain. Example : True | any of [boolean, null] | True |
| description optional | Description Example : This is description | any of [string, null] | |
| domestic_first_address_en required | The first line of domestic address in English. Example : 125 Olympic-ro 35-gil, Songpa-gu, Seoul | string | |
| domestic_first_address_ko required | The first line of domestic address in Korean. Example : 서울특별시 송파구 올림픽로35길 125 (신천동) | string | |
| domestic_second_address_en required | The second line of domestic address in English. Example : West Campus 1F | any of [string, null] | |
| domestic_second_address_ko required | The second line of domestic address in Korean. Example : 서관 1층Maximum length : 16 | string | |
| name required | The name of the public domain name. Example : example.comMinimum length : 2Maximum length : 63 | string | |
| overseas_first_address required | The first line of overseas address. Example : 123 Main St | any of [string, null] | |
| overseas_second_address required | The second line of overseas address. Example : New York | any of [string, null] | |
| overseas_third_address required | The third line of overseas address. Example : NY 10001 | any of [string, null] | |
| postal_code required | The postal code for the domain registration. Example : 12345Maximum length : 6 | string | |
| register_email required | The email address of the domain registrant. Example : admin@example.comPattern : ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$Minimum length : 6Maximum length : 64 | string | |
| register_name_en required | The name of the domain registrant in English. Example : Hong GildongMinimum length : 1Maximum length : 30 | string | |
| register_name_ko required | The name of the domain registrant in Korean. Example : 홍길동Minimum length : 1Maximum length : 30 | string | |
| register_telno required | The telephone number of the domain registrant. Example : | string | |
| tags optional | Tag List Example : [{'key': 'env', 'value': 'prod'}] | array[Tag] |