@pidginhost/sdk 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +223 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +727 -0
- package/api.ts +33802 -0
- package/base.ts +62 -0
- package/common.ts +128 -0
- package/configuration.ts +121 -0
- package/dist/api.d.ts +15244 -0
- package/dist/api.js +30223 -0
- package/dist/base.d.ts +42 -0
- package/dist/base.js +46 -0
- package/dist/common.d.ts +35 -0
- package/dist/common.js +140 -0
- package/dist/configuration.d.ts +98 -0
- package/dist/configuration.js +44 -0
- package/dist/esm/api.d.ts +15244 -0
- package/dist/esm/api.js +30179 -0
- package/dist/esm/base.d.ts +42 -0
- package/dist/esm/base.js +41 -0
- package/dist/esm/common.d.ts +35 -0
- package/dist/esm/common.js +127 -0
- package/dist/esm/configuration.d.ts +98 -0
- package/dist/esm/configuration.js +40 -0
- package/dist/esm/index.d.ts +14 -0
- package/dist/esm/index.js +16 -0
- package/dist/esm/pidginhost.d.ts +8 -0
- package/dist/esm/pidginhost.js +13 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +34 -0
- package/dist/pidginhost.d.ts +8 -0
- package/dist/pidginhost.js +17 -0
- package/docs/APITokenCreate.md +28 -0
- package/docs/APITokenList.md +32 -0
- package/docs/AccountApi.md +1999 -0
- package/docs/ActivateFreeDNS.md +24 -0
- package/docs/ActivateFreeDNSResponse.md +24 -0
- package/docs/ActivityLogEntry.md +22 -0
- package/docs/ActivityLogResponse.md +20 -0
- package/docs/AddServerResponse.md +20 -0
- package/docs/Address.md +34 -0
- package/docs/AttachIPv4.md +20 -0
- package/docs/AttachIPv6.md +20 -0
- package/docs/AttachVolume.md +20 -0
- package/docs/BillingApi.md +1885 -0
- package/docs/CancelServiceResponse.md +22 -0
- package/docs/ChangeBillingCycle.md +20 -0
- package/docs/ChangeBillingCycleResponse.md +22 -0
- package/docs/ChangeCompany.md +20 -0
- package/docs/ChangeCompanyResponse.md +22 -0
- package/docs/ChangePassword.md +20 -0
- package/docs/CheckAvailability.md +20 -0
- package/docs/CloudApi.md +8433 -0
- package/docs/ClusterAdd.md +32 -0
- package/docs/ClusterAddResponse.md +20 -0
- package/docs/ClusterDetail.md +48 -0
- package/docs/ClusterPackage.md +24 -0
- package/docs/ClusterType.md +26 -0
- package/docs/ClusterTypeEnum.md +11 -0
- package/docs/Company.md +36 -0
- package/docs/ConnectVMRequest.md +20 -0
- package/docs/ConnectVMResponse.md +22 -0
- package/docs/ConnectedVM.md +24 -0
- package/docs/ConnectedVMsResponse.md +20 -0
- package/docs/ConsoleToken.md +22 -0
- package/docs/ContactTypeEnum.md +15 -0
- package/docs/ContactsUpdate.md +22 -0
- package/docs/ContactsUpdateResponse.md +20 -0
- package/docs/CountryEnum.md +515 -0
- package/docs/DNSRecord.md +53 -0
- package/docs/DNSRecordCreate.md +53 -0
- package/docs/DNSRecordCreateTypeEnum.md +21 -0
- package/docs/DNSRecordMutateResponse.md +22 -0
- package/docs/DeactivateFreeDNS.md +22 -0
- package/docs/DeactivateFreeDNSResponse.md +20 -0
- package/docs/DedicatedApi.md +551 -0
- package/docs/DedicatedRDNS.md +22 -0
- package/docs/DedicatedServer.md +39 -0
- package/docs/DeleteRecord.md +20 -0
- package/docs/DeleteRecordResponse.md +22 -0
- package/docs/Department.md +22 -0
- package/docs/Deposit.md +32 -0
- package/docs/DepositCreate.md +20 -0
- package/docs/DepositStatusEnum.md +15 -0
- package/docs/DestroyProtection.md +20 -0
- package/docs/DetachIPv4.md +20 -0
- package/docs/DetachIPv4Response.md +20 -0
- package/docs/DetachIPv6.md +20 -0
- package/docs/DetachIPv6Response.md +20 -0
- package/docs/DetachVolume.md +20 -0
- package/docs/DisconnectVMRequest.md +20 -0
- package/docs/DisconnectVMResponse.md +22 -0
- package/docs/Domain.md +42 -0
- package/docs/DomainApi.md +2047 -0
- package/docs/DomainCancelResponse.md +22 -0
- package/docs/DomainCreate.md +24 -0
- package/docs/DomainRegistrant.md +44 -0
- package/docs/EmailHistory.md +28 -0
- package/docs/FeatureUpgradeRequest.md +22 -0
- package/docs/FeatureUpgradeResponse.md +22 -0
- package/docs/FeaturesEnum.md +17 -0
- package/docs/FirewallRule.md +42 -0
- package/docs/FirewallRuleDirectionEnum.md +11 -0
- package/docs/FirewallRulesSet.md +28 -0
- package/docs/FirewallRulesSetStatusEnum.md +13 -0
- package/docs/FreeDNSDomain.md +24 -0
- package/docs/FreednsApi.md +655 -0
- package/docs/FundsBalanceResponse.md +26 -0
- package/docs/FundsLog.md +30 -0
- package/docs/FwPolicyOutEnum.md +13 -0
- package/docs/HTTPRoute.md +45 -0
- package/docs/HostingApi.md +327 -0
- package/docs/HostingChangePasswordResponse.md +20 -0
- package/docs/HostingService.md +39 -0
- package/docs/InvoiceDetail.md +50 -0
- package/docs/InvoiceList.md +40 -0
- package/docs/KubeUpgradeResponse.md +20 -0
- package/docs/KubeVersionEnum.md +13 -0
- package/docs/KubernetesApi.md +6209 -0
- package/docs/LBFirewallRule.md +44 -0
- package/docs/LBFirewallRuleActionEnum.md +13 -0
- package/docs/LBFirewallRuleDirectionEnum.md +11 -0
- package/docs/LowBalanceSettings.md +24 -0
- package/docs/NameserversUpdate.md +20 -0
- package/docs/NameserversUpdateResponse.md +20 -0
- package/docs/NodeMetricsResponse.md +32 -0
- package/docs/NodeRRDResponse.md +22 -0
- package/docs/NotificationSettingsResponse.md +26 -0
- package/docs/OSImage.md +28 -0
- package/docs/OperationEnum.md +27 -0
- package/docs/PaginatedAPITokenListList.md +26 -0
- package/docs/PaginatedClusterDetailList.md +26 -0
- package/docs/PaginatedClusterTypeList.md +26 -0
- package/docs/PaginatedCompanyList.md +26 -0
- package/docs/PaginatedDedicatedServerList.md +26 -0
- package/docs/PaginatedDepositList.md +26 -0
- package/docs/PaginatedDomainList.md +26 -0
- package/docs/PaginatedDomainRegistrantList.md +26 -0
- package/docs/PaginatedEmailHistoryList.md +26 -0
- package/docs/PaginatedFundsLogList.md +26 -0
- package/docs/PaginatedHostingServiceList.md +26 -0
- package/docs/PaginatedInvoiceListList.md +26 -0
- package/docs/PaginatedLBFirewallRuleList.md +26 -0
- package/docs/PaginatedOSImageList.md +26 -0
- package/docs/PaginatedPrivateNetworkList.md +26 -0
- package/docs/PaginatedPublicIPv4List.md +26 -0
- package/docs/PaginatedPublicIPv6List.md +26 -0
- package/docs/PaginatedResourcePoolList.md +26 -0
- package/docs/PaginatedResourcePoolNodeList.md +26 -0
- package/docs/PaginatedSSHKeyList.md +26 -0
- package/docs/PaginatedServerList.md +26 -0
- package/docs/PaginatedServerProductList.md +26 -0
- package/docs/PaginatedServiceListList.md +26 -0
- package/docs/PaginatedSnapshotList.md +26 -0
- package/docs/PaginatedStorageProductList.md +26 -0
- package/docs/PaginatedSubscriptionList.md +26 -0
- package/docs/PaginatedTLDList.md +26 -0
- package/docs/PaginatedTicketListList.md +26 -0
- package/docs/PatchedClusterDetail.md +48 -0
- package/docs/PatchedCompany.md +36 -0
- package/docs/PatchedDomain.md +42 -0
- package/docs/PatchedDomainRegistrant.md +44 -0
- package/docs/PatchedFirewallRule.md +42 -0
- package/docs/PatchedFirewallRulesSet.md +28 -0
- package/docs/PatchedHTTPRoute.md +45 -0
- package/docs/PatchedLBFirewallRule.md +44 -0
- package/docs/PatchedPrivateNetwork.md +30 -0
- package/docs/PatchedProfile.md +26 -0
- package/docs/PatchedResourcePool.md +28 -0
- package/docs/PatchedSSHKey.md +26 -0
- package/docs/PatchedTCPRoute.md +41 -0
- package/docs/PatchedUDPRoute.md +41 -0
- package/docs/PatchedVolume.md +32 -0
- package/docs/PayWithFundsResponse.md +22 -0
- package/docs/PowerAction.md +20 -0
- package/docs/PowerActionActionEnum.md +15 -0
- package/docs/PowerActionResponse.md +20 -0
- package/docs/PowerManagement.md +20 -0
- package/docs/PowerManagementRequest.md +20 -0
- package/docs/PowerManagementRequestActionEnum.md +15 -0
- package/docs/Priority3cdEnum.md +13 -0
- package/docs/PrivateNetwork.md +30 -0
- package/docs/PrivateNetworkAddHost.md +22 -0
- package/docs/PrivateNetworkRemoveHost.md +20 -0
- package/docs/Profile.md +26 -0
- package/docs/PublicIPv4.md +32 -0
- package/docs/PublicIPv6.md +32 -0
- package/docs/PublicInterface.md +30 -0
- package/docs/RDNSUpdateResponse.md +20 -0
- package/docs/Reinstall.md +20 -0
- package/docs/ReinstallResponse.md +20 -0
- package/docs/RemoveServerResponse.md +20 -0
- package/docs/RenewDomain.md +20 -0
- package/docs/ResourcePool.md +28 -0
- package/docs/ResourcePoolAdd.md +22 -0
- package/docs/ResourcePoolAddResponse.md +20 -0
- package/docs/ResourcePoolNode.md +24 -0
- package/docs/RetryProvision.md +20 -0
- package/docs/ReverseDNS.md +20 -0
- package/docs/SSHKey.md +26 -0
- package/docs/SchemaApi.md +117 -0
- package/docs/ScopeEnum.md +11 -0
- package/docs/Server.md +42 -0
- package/docs/ServerAdd.md +58 -0
- package/docs/ServerAddResponse.md +20 -0
- package/docs/ServerProduct.md +24 -0
- package/docs/ServerProductUpgrade.md +20 -0
- package/docs/ServerUpgradeResponse.md +20 -0
- package/docs/ServerUsageResponse.md +28 -0
- package/docs/Service.md +40 -0
- package/docs/ServiceList.md +36 -0
- package/docs/Snapshot.md +30 -0
- package/docs/SnapshotCreate.md +24 -0
- package/docs/SnapshotCreateQueued.md +20 -0
- package/docs/SnapshotDeleteQueued.md +20 -0
- package/docs/SnapshotRollbackQueued.md +20 -0
- package/docs/SourceEnum.md +11 -0
- package/docs/Status03cEnum.md +21 -0
- package/docs/Status63aEnum.md +23 -0
- package/docs/StatusA57Enum.md +31 -0
- package/docs/StatusEf2Enum.md +15 -0
- package/docs/StorageProduct.md +34 -0
- package/docs/Subscription.md +34 -0
- package/docs/SubscriptionStatusEnum.md +15 -0
- package/docs/SupportApi.md +841 -0
- package/docs/TCPRoute.md +41 -0
- package/docs/TLD.md +38 -0
- package/docs/TalosUpgradeResponse.md +20 -0
- package/docs/ThresholdTypeEnum.md +13 -0
- package/docs/TicketCloseResponse.md +22 -0
- package/docs/TicketCreate.md +30 -0
- package/docs/TicketCreatePriorityEnum.md +13 -0
- package/docs/TicketDetail.md +34 -0
- package/docs/TicketList.md +32 -0
- package/docs/TicketReopenResponse.md +22 -0
- package/docs/TicketReply.md +22 -0
- package/docs/TicketReplyResponse.md +20 -0
- package/docs/ToggleAutoPaymentResponse.md +22 -0
- package/docs/TransferRoDomain.md +22 -0
- package/docs/Type2faEnum.md +11 -0
- package/docs/UDPRoute.md +41 -0
- package/docs/Volume.md +32 -0
- package/git_push.sh +57 -0
- package/index.ts +19 -0
- package/package.json +33 -0
- package/pidginhost.ts +20 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,2047 @@
|
|
|
1
|
+
# DomainApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://www.pidginhost.com*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**domainDomainCancelCreate**](#domaindomaincancelcreate) | **POST** /api/domain/domain/{domain}/cancel/ | |
|
|
8
|
+
|[**domainDomainCancelCreate2**](#domaindomaincancelcreate2) | **POST** /api/v1/domain/domain/{domain}/cancel/ | |
|
|
9
|
+
|[**domainDomainCheckAvailabilityCreate**](#domaindomaincheckavailabilitycreate) | **POST** /api/domain/domain/check-availability/ | |
|
|
10
|
+
|[**domainDomainCheckAvailabilityCreate2**](#domaindomaincheckavailabilitycreate2) | **POST** /api/v1/domain/domain/check-availability/ | |
|
|
11
|
+
|[**domainDomainContactsCreate**](#domaindomaincontactscreate) | **POST** /api/domain/domain/{domain}/contacts/ | |
|
|
12
|
+
|[**domainDomainContactsCreate2**](#domaindomaincontactscreate2) | **POST** /api/v1/domain/domain/{domain}/contacts/ | |
|
|
13
|
+
|[**domainDomainCreate**](#domaindomaincreate) | **POST** /api/domain/domain/ | |
|
|
14
|
+
|[**domainDomainCreate2**](#domaindomaincreate2) | **POST** /api/v1/domain/domain/ | |
|
|
15
|
+
|[**domainDomainList**](#domaindomainlist) | **GET** /api/domain/domain/ | |
|
|
16
|
+
|[**domainDomainList2**](#domaindomainlist2) | **GET** /api/v1/domain/domain/ | |
|
|
17
|
+
|[**domainDomainNameserversCreate**](#domaindomainnameserverscreate) | **POST** /api/domain/domain/{domain}/nameservers/ | |
|
|
18
|
+
|[**domainDomainNameserversCreate2**](#domaindomainnameserverscreate2) | **POST** /api/v1/domain/domain/{domain}/nameservers/ | |
|
|
19
|
+
|[**domainDomainPartialUpdate**](#domaindomainpartialupdate) | **PATCH** /api/domain/domain/{domain}/ | |
|
|
20
|
+
|[**domainDomainPartialUpdate2**](#domaindomainpartialupdate2) | **PATCH** /api/v1/domain/domain/{domain}/ | |
|
|
21
|
+
|[**domainDomainRenewCreate**](#domaindomainrenewcreate) | **POST** /api/domain/domain/{domain}/renew/ | |
|
|
22
|
+
|[**domainDomainRenewCreate2**](#domaindomainrenewcreate2) | **POST** /api/v1/domain/domain/{domain}/renew/ | |
|
|
23
|
+
|[**domainDomainRetrieve**](#domaindomainretrieve) | **GET** /api/domain/domain/{domain}/ | |
|
|
24
|
+
|[**domainDomainRetrieve2**](#domaindomainretrieve2) | **GET** /api/v1/domain/domain/{domain}/ | |
|
|
25
|
+
|[**domainDomainTransferRoDomainCreate**](#domaindomaintransferrodomaincreate) | **POST** /api/domain/domain/transfer-ro-domain/ | |
|
|
26
|
+
|[**domainDomainTransferRoDomainCreate2**](#domaindomaintransferrodomaincreate2) | **POST** /api/v1/domain/domain/transfer-ro-domain/ | |
|
|
27
|
+
|[**domainDomainUpdate**](#domaindomainupdate) | **PUT** /api/domain/domain/{domain}/ | |
|
|
28
|
+
|[**domainDomainUpdate2**](#domaindomainupdate2) | **PUT** /api/v1/domain/domain/{domain}/ | |
|
|
29
|
+
|[**domainRegistrantsCreate**](#domainregistrantscreate) | **POST** /api/domain/registrants/ | |
|
|
30
|
+
|[**domainRegistrantsCreate2**](#domainregistrantscreate2) | **POST** /api/v1/domain/registrants/ | |
|
|
31
|
+
|[**domainRegistrantsDestroy**](#domainregistrantsdestroy) | **DELETE** /api/domain/registrants/{id}/ | |
|
|
32
|
+
|[**domainRegistrantsDestroy2**](#domainregistrantsdestroy2) | **DELETE** /api/v1/domain/registrants/{id}/ | |
|
|
33
|
+
|[**domainRegistrantsList**](#domainregistrantslist) | **GET** /api/domain/registrants/ | |
|
|
34
|
+
|[**domainRegistrantsList2**](#domainregistrantslist2) | **GET** /api/v1/domain/registrants/ | |
|
|
35
|
+
|[**domainRegistrantsPartialUpdate**](#domainregistrantspartialupdate) | **PATCH** /api/domain/registrants/{id}/ | |
|
|
36
|
+
|[**domainRegistrantsPartialUpdate2**](#domainregistrantspartialupdate2) | **PATCH** /api/v1/domain/registrants/{id}/ | |
|
|
37
|
+
|[**domainRegistrantsRetrieve**](#domainregistrantsretrieve) | **GET** /api/domain/registrants/{id}/ | |
|
|
38
|
+
|[**domainRegistrantsRetrieve2**](#domainregistrantsretrieve2) | **GET** /api/v1/domain/registrants/{id}/ | |
|
|
39
|
+
|[**domainRegistrantsUpdate**](#domainregistrantsupdate) | **PUT** /api/domain/registrants/{id}/ | |
|
|
40
|
+
|[**domainRegistrantsUpdate2**](#domainregistrantsupdate2) | **PUT** /api/v1/domain/registrants/{id}/ | |
|
|
41
|
+
|[**domainTldList**](#domaintldlist) | **GET** /api/domain/tld/ | |
|
|
42
|
+
|[**domainTldList2**](#domaintldlist2) | **GET** /api/v1/domain/tld/ | |
|
|
43
|
+
|[**domainTldRetrieve**](#domaintldretrieve) | **GET** /api/domain/tld/{id}/ | |
|
|
44
|
+
|[**domainTldRetrieve2**](#domaintldretrieve2) | **GET** /api/v1/domain/tld/{id}/ | |
|
|
45
|
+
|
|
46
|
+
# **domainDomainCancelCreate**
|
|
47
|
+
> DomainCancelResponse domainDomainCancelCreate()
|
|
48
|
+
|
|
49
|
+
Cancel the service associated with this domain.
|
|
50
|
+
|
|
51
|
+
### Example
|
|
52
|
+
|
|
53
|
+
```typescript
|
|
54
|
+
import {
|
|
55
|
+
DomainApi,
|
|
56
|
+
Configuration
|
|
57
|
+
} from '@pidginhost/sdk';
|
|
58
|
+
|
|
59
|
+
const configuration = new Configuration();
|
|
60
|
+
const apiInstance = new DomainApi(configuration);
|
|
61
|
+
|
|
62
|
+
let domain: string; // (default to undefined)
|
|
63
|
+
|
|
64
|
+
const { status, data } = await apiInstance.domainDomainCancelCreate(
|
|
65
|
+
domain
|
|
66
|
+
);
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
### Parameters
|
|
70
|
+
|
|
71
|
+
|Name | Type | Description | Notes|
|
|
72
|
+
|------------- | ------------- | ------------- | -------------|
|
|
73
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Return type
|
|
77
|
+
|
|
78
|
+
**DomainCancelResponse**
|
|
79
|
+
|
|
80
|
+
### Authorization
|
|
81
|
+
|
|
82
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
83
|
+
|
|
84
|
+
### HTTP request headers
|
|
85
|
+
|
|
86
|
+
- **Content-Type**: Not defined
|
|
87
|
+
- **Accept**: application/json
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### HTTP response details
|
|
91
|
+
| Status code | Description | Response headers |
|
|
92
|
+
|-------------|-------------|------------------|
|
|
93
|
+
|**200** | | - |
|
|
94
|
+
|
|
95
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
96
|
+
|
|
97
|
+
# **domainDomainCancelCreate2**
|
|
98
|
+
> DomainCancelResponse domainDomainCancelCreate2()
|
|
99
|
+
|
|
100
|
+
Cancel the service associated with this domain.
|
|
101
|
+
|
|
102
|
+
### Example
|
|
103
|
+
|
|
104
|
+
```typescript
|
|
105
|
+
import {
|
|
106
|
+
DomainApi,
|
|
107
|
+
Configuration
|
|
108
|
+
} from '@pidginhost/sdk';
|
|
109
|
+
|
|
110
|
+
const configuration = new Configuration();
|
|
111
|
+
const apiInstance = new DomainApi(configuration);
|
|
112
|
+
|
|
113
|
+
let domain: string; // (default to undefined)
|
|
114
|
+
|
|
115
|
+
const { status, data } = await apiInstance.domainDomainCancelCreate2(
|
|
116
|
+
domain
|
|
117
|
+
);
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
### Parameters
|
|
121
|
+
|
|
122
|
+
|Name | Type | Description | Notes|
|
|
123
|
+
|------------- | ------------- | ------------- | -------------|
|
|
124
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Return type
|
|
128
|
+
|
|
129
|
+
**DomainCancelResponse**
|
|
130
|
+
|
|
131
|
+
### Authorization
|
|
132
|
+
|
|
133
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
134
|
+
|
|
135
|
+
### HTTP request headers
|
|
136
|
+
|
|
137
|
+
- **Content-Type**: Not defined
|
|
138
|
+
- **Accept**: application/json
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### HTTP response details
|
|
142
|
+
| Status code | Description | Response headers |
|
|
143
|
+
|-------------|-------------|------------------|
|
|
144
|
+
|**200** | | - |
|
|
145
|
+
|
|
146
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
147
|
+
|
|
148
|
+
# **domainDomainCheckAvailabilityCreate**
|
|
149
|
+
> CheckAvailability domainDomainCheckAvailabilityCreate(checkAvailability)
|
|
150
|
+
|
|
151
|
+
Manage your domains
|
|
152
|
+
|
|
153
|
+
### Example
|
|
154
|
+
|
|
155
|
+
```typescript
|
|
156
|
+
import {
|
|
157
|
+
DomainApi,
|
|
158
|
+
Configuration,
|
|
159
|
+
CheckAvailability
|
|
160
|
+
} from '@pidginhost/sdk';
|
|
161
|
+
|
|
162
|
+
const configuration = new Configuration();
|
|
163
|
+
const apiInstance = new DomainApi(configuration);
|
|
164
|
+
|
|
165
|
+
let checkAvailability: CheckAvailability; //
|
|
166
|
+
|
|
167
|
+
const { status, data } = await apiInstance.domainDomainCheckAvailabilityCreate(
|
|
168
|
+
checkAvailability
|
|
169
|
+
);
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
### Parameters
|
|
173
|
+
|
|
174
|
+
|Name | Type | Description | Notes|
|
|
175
|
+
|------------- | ------------- | ------------- | -------------|
|
|
176
|
+
| **checkAvailability** | **CheckAvailability**| | |
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### Return type
|
|
180
|
+
|
|
181
|
+
**CheckAvailability**
|
|
182
|
+
|
|
183
|
+
### Authorization
|
|
184
|
+
|
|
185
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
186
|
+
|
|
187
|
+
### HTTP request headers
|
|
188
|
+
|
|
189
|
+
- **Content-Type**: application/json
|
|
190
|
+
- **Accept**: application/json
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### HTTP response details
|
|
194
|
+
| Status code | Description | Response headers |
|
|
195
|
+
|-------------|-------------|------------------|
|
|
196
|
+
|**200** | | - |
|
|
197
|
+
|
|
198
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
199
|
+
|
|
200
|
+
# **domainDomainCheckAvailabilityCreate2**
|
|
201
|
+
> CheckAvailability domainDomainCheckAvailabilityCreate2(checkAvailability)
|
|
202
|
+
|
|
203
|
+
Manage your domains
|
|
204
|
+
|
|
205
|
+
### Example
|
|
206
|
+
|
|
207
|
+
```typescript
|
|
208
|
+
import {
|
|
209
|
+
DomainApi,
|
|
210
|
+
Configuration,
|
|
211
|
+
CheckAvailability
|
|
212
|
+
} from '@pidginhost/sdk';
|
|
213
|
+
|
|
214
|
+
const configuration = new Configuration();
|
|
215
|
+
const apiInstance = new DomainApi(configuration);
|
|
216
|
+
|
|
217
|
+
let checkAvailability: CheckAvailability; //
|
|
218
|
+
|
|
219
|
+
const { status, data } = await apiInstance.domainDomainCheckAvailabilityCreate2(
|
|
220
|
+
checkAvailability
|
|
221
|
+
);
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
### Parameters
|
|
225
|
+
|
|
226
|
+
|Name | Type | Description | Notes|
|
|
227
|
+
|------------- | ------------- | ------------- | -------------|
|
|
228
|
+
| **checkAvailability** | **CheckAvailability**| | |
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Return type
|
|
232
|
+
|
|
233
|
+
**CheckAvailability**
|
|
234
|
+
|
|
235
|
+
### Authorization
|
|
236
|
+
|
|
237
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
238
|
+
|
|
239
|
+
### HTTP request headers
|
|
240
|
+
|
|
241
|
+
- **Content-Type**: application/json
|
|
242
|
+
- **Accept**: application/json
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
### HTTP response details
|
|
246
|
+
| Status code | Description | Response headers |
|
|
247
|
+
|-------------|-------------|------------------|
|
|
248
|
+
|**200** | | - |
|
|
249
|
+
|
|
250
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
251
|
+
|
|
252
|
+
# **domainDomainContactsCreate**
|
|
253
|
+
> ContactsUpdateResponse domainDomainContactsCreate(contactsUpdate)
|
|
254
|
+
|
|
255
|
+
Update a contact on this domain using a saved DomainRegistrant.
|
|
256
|
+
|
|
257
|
+
### Example
|
|
258
|
+
|
|
259
|
+
```typescript
|
|
260
|
+
import {
|
|
261
|
+
DomainApi,
|
|
262
|
+
Configuration,
|
|
263
|
+
ContactsUpdate
|
|
264
|
+
} from '@pidginhost/sdk';
|
|
265
|
+
|
|
266
|
+
const configuration = new Configuration();
|
|
267
|
+
const apiInstance = new DomainApi(configuration);
|
|
268
|
+
|
|
269
|
+
let domain: string; // (default to undefined)
|
|
270
|
+
let contactsUpdate: ContactsUpdate; //
|
|
271
|
+
|
|
272
|
+
const { status, data } = await apiInstance.domainDomainContactsCreate(
|
|
273
|
+
domain,
|
|
274
|
+
contactsUpdate
|
|
275
|
+
);
|
|
276
|
+
```
|
|
277
|
+
|
|
278
|
+
### Parameters
|
|
279
|
+
|
|
280
|
+
|Name | Type | Description | Notes|
|
|
281
|
+
|------------- | ------------- | ------------- | -------------|
|
|
282
|
+
| **contactsUpdate** | **ContactsUpdate**| | |
|
|
283
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Return type
|
|
287
|
+
|
|
288
|
+
**ContactsUpdateResponse**
|
|
289
|
+
|
|
290
|
+
### Authorization
|
|
291
|
+
|
|
292
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
293
|
+
|
|
294
|
+
### HTTP request headers
|
|
295
|
+
|
|
296
|
+
- **Content-Type**: application/json
|
|
297
|
+
- **Accept**: application/json
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### HTTP response details
|
|
301
|
+
| Status code | Description | Response headers |
|
|
302
|
+
|-------------|-------------|------------------|
|
|
303
|
+
|**200** | | - |
|
|
304
|
+
|
|
305
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
306
|
+
|
|
307
|
+
# **domainDomainContactsCreate2**
|
|
308
|
+
> ContactsUpdateResponse domainDomainContactsCreate2(contactsUpdate)
|
|
309
|
+
|
|
310
|
+
Update a contact on this domain using a saved DomainRegistrant.
|
|
311
|
+
|
|
312
|
+
### Example
|
|
313
|
+
|
|
314
|
+
```typescript
|
|
315
|
+
import {
|
|
316
|
+
DomainApi,
|
|
317
|
+
Configuration,
|
|
318
|
+
ContactsUpdate
|
|
319
|
+
} from '@pidginhost/sdk';
|
|
320
|
+
|
|
321
|
+
const configuration = new Configuration();
|
|
322
|
+
const apiInstance = new DomainApi(configuration);
|
|
323
|
+
|
|
324
|
+
let domain: string; // (default to undefined)
|
|
325
|
+
let contactsUpdate: ContactsUpdate; //
|
|
326
|
+
|
|
327
|
+
const { status, data } = await apiInstance.domainDomainContactsCreate2(
|
|
328
|
+
domain,
|
|
329
|
+
contactsUpdate
|
|
330
|
+
);
|
|
331
|
+
```
|
|
332
|
+
|
|
333
|
+
### Parameters
|
|
334
|
+
|
|
335
|
+
|Name | Type | Description | Notes|
|
|
336
|
+
|------------- | ------------- | ------------- | -------------|
|
|
337
|
+
| **contactsUpdate** | **ContactsUpdate**| | |
|
|
338
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
### Return type
|
|
342
|
+
|
|
343
|
+
**ContactsUpdateResponse**
|
|
344
|
+
|
|
345
|
+
### Authorization
|
|
346
|
+
|
|
347
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
348
|
+
|
|
349
|
+
### HTTP request headers
|
|
350
|
+
|
|
351
|
+
- **Content-Type**: application/json
|
|
352
|
+
- **Accept**: application/json
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
### HTTP response details
|
|
356
|
+
| Status code | Description | Response headers |
|
|
357
|
+
|-------------|-------------|------------------|
|
|
358
|
+
|**200** | | - |
|
|
359
|
+
|
|
360
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
361
|
+
|
|
362
|
+
# **domainDomainCreate**
|
|
363
|
+
> DomainCreate domainDomainCreate(domainCreate)
|
|
364
|
+
|
|
365
|
+
Manage your domains
|
|
366
|
+
|
|
367
|
+
### Example
|
|
368
|
+
|
|
369
|
+
```typescript
|
|
370
|
+
import {
|
|
371
|
+
DomainApi,
|
|
372
|
+
Configuration,
|
|
373
|
+
DomainCreate
|
|
374
|
+
} from '@pidginhost/sdk';
|
|
375
|
+
|
|
376
|
+
const configuration = new Configuration();
|
|
377
|
+
const apiInstance = new DomainApi(configuration);
|
|
378
|
+
|
|
379
|
+
let domainCreate: DomainCreate; //
|
|
380
|
+
|
|
381
|
+
const { status, data } = await apiInstance.domainDomainCreate(
|
|
382
|
+
domainCreate
|
|
383
|
+
);
|
|
384
|
+
```
|
|
385
|
+
|
|
386
|
+
### Parameters
|
|
387
|
+
|
|
388
|
+
|Name | Type | Description | Notes|
|
|
389
|
+
|------------- | ------------- | ------------- | -------------|
|
|
390
|
+
| **domainCreate** | **DomainCreate**| | |
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Return type
|
|
394
|
+
|
|
395
|
+
**DomainCreate**
|
|
396
|
+
|
|
397
|
+
### Authorization
|
|
398
|
+
|
|
399
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
400
|
+
|
|
401
|
+
### HTTP request headers
|
|
402
|
+
|
|
403
|
+
- **Content-Type**: application/json
|
|
404
|
+
- **Accept**: application/json
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
### HTTP response details
|
|
408
|
+
| Status code | Description | Response headers |
|
|
409
|
+
|-------------|-------------|------------------|
|
|
410
|
+
|**201** | | - |
|
|
411
|
+
|
|
412
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
413
|
+
|
|
414
|
+
# **domainDomainCreate2**
|
|
415
|
+
> DomainCreate domainDomainCreate2(domainCreate)
|
|
416
|
+
|
|
417
|
+
Manage your domains
|
|
418
|
+
|
|
419
|
+
### Example
|
|
420
|
+
|
|
421
|
+
```typescript
|
|
422
|
+
import {
|
|
423
|
+
DomainApi,
|
|
424
|
+
Configuration,
|
|
425
|
+
DomainCreate
|
|
426
|
+
} from '@pidginhost/sdk';
|
|
427
|
+
|
|
428
|
+
const configuration = new Configuration();
|
|
429
|
+
const apiInstance = new DomainApi(configuration);
|
|
430
|
+
|
|
431
|
+
let domainCreate: DomainCreate; //
|
|
432
|
+
|
|
433
|
+
const { status, data } = await apiInstance.domainDomainCreate2(
|
|
434
|
+
domainCreate
|
|
435
|
+
);
|
|
436
|
+
```
|
|
437
|
+
|
|
438
|
+
### Parameters
|
|
439
|
+
|
|
440
|
+
|Name | Type | Description | Notes|
|
|
441
|
+
|------------- | ------------- | ------------- | -------------|
|
|
442
|
+
| **domainCreate** | **DomainCreate**| | |
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
### Return type
|
|
446
|
+
|
|
447
|
+
**DomainCreate**
|
|
448
|
+
|
|
449
|
+
### Authorization
|
|
450
|
+
|
|
451
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
452
|
+
|
|
453
|
+
### HTTP request headers
|
|
454
|
+
|
|
455
|
+
- **Content-Type**: application/json
|
|
456
|
+
- **Accept**: application/json
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### HTTP response details
|
|
460
|
+
| Status code | Description | Response headers |
|
|
461
|
+
|-------------|-------------|------------------|
|
|
462
|
+
|**201** | | - |
|
|
463
|
+
|
|
464
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
465
|
+
|
|
466
|
+
# **domainDomainList**
|
|
467
|
+
> PaginatedDomainList domainDomainList()
|
|
468
|
+
|
|
469
|
+
Manage your domains
|
|
470
|
+
|
|
471
|
+
### Example
|
|
472
|
+
|
|
473
|
+
```typescript
|
|
474
|
+
import {
|
|
475
|
+
DomainApi,
|
|
476
|
+
Configuration
|
|
477
|
+
} from '@pidginhost/sdk';
|
|
478
|
+
|
|
479
|
+
const configuration = new Configuration();
|
|
480
|
+
const apiInstance = new DomainApi(configuration);
|
|
481
|
+
|
|
482
|
+
let page: number; //A page number within the paginated result set. (optional) (default to undefined)
|
|
483
|
+
|
|
484
|
+
const { status, data } = await apiInstance.domainDomainList(
|
|
485
|
+
page
|
|
486
|
+
);
|
|
487
|
+
```
|
|
488
|
+
|
|
489
|
+
### Parameters
|
|
490
|
+
|
|
491
|
+
|Name | Type | Description | Notes|
|
|
492
|
+
|------------- | ------------- | ------------- | -------------|
|
|
493
|
+
| **page** | [**number**] | A page number within the paginated result set. | (optional) defaults to undefined|
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
### Return type
|
|
497
|
+
|
|
498
|
+
**PaginatedDomainList**
|
|
499
|
+
|
|
500
|
+
### Authorization
|
|
501
|
+
|
|
502
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
503
|
+
|
|
504
|
+
### HTTP request headers
|
|
505
|
+
|
|
506
|
+
- **Content-Type**: Not defined
|
|
507
|
+
- **Accept**: application/json
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
### HTTP response details
|
|
511
|
+
| Status code | Description | Response headers |
|
|
512
|
+
|-------------|-------------|------------------|
|
|
513
|
+
|**200** | | - |
|
|
514
|
+
|
|
515
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
516
|
+
|
|
517
|
+
# **domainDomainList2**
|
|
518
|
+
> PaginatedDomainList domainDomainList2()
|
|
519
|
+
|
|
520
|
+
Manage your domains
|
|
521
|
+
|
|
522
|
+
### Example
|
|
523
|
+
|
|
524
|
+
```typescript
|
|
525
|
+
import {
|
|
526
|
+
DomainApi,
|
|
527
|
+
Configuration
|
|
528
|
+
} from '@pidginhost/sdk';
|
|
529
|
+
|
|
530
|
+
const configuration = new Configuration();
|
|
531
|
+
const apiInstance = new DomainApi(configuration);
|
|
532
|
+
|
|
533
|
+
let page: number; //A page number within the paginated result set. (optional) (default to undefined)
|
|
534
|
+
|
|
535
|
+
const { status, data } = await apiInstance.domainDomainList2(
|
|
536
|
+
page
|
|
537
|
+
);
|
|
538
|
+
```
|
|
539
|
+
|
|
540
|
+
### Parameters
|
|
541
|
+
|
|
542
|
+
|Name | Type | Description | Notes|
|
|
543
|
+
|------------- | ------------- | ------------- | -------------|
|
|
544
|
+
| **page** | [**number**] | A page number within the paginated result set. | (optional) defaults to undefined|
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
### Return type
|
|
548
|
+
|
|
549
|
+
**PaginatedDomainList**
|
|
550
|
+
|
|
551
|
+
### Authorization
|
|
552
|
+
|
|
553
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
554
|
+
|
|
555
|
+
### HTTP request headers
|
|
556
|
+
|
|
557
|
+
- **Content-Type**: Not defined
|
|
558
|
+
- **Accept**: application/json
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
### HTTP response details
|
|
562
|
+
| Status code | Description | Response headers |
|
|
563
|
+
|-------------|-------------|------------------|
|
|
564
|
+
|**200** | | - |
|
|
565
|
+
|
|
566
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
567
|
+
|
|
568
|
+
# **domainDomainNameserversCreate**
|
|
569
|
+
> NameserversUpdateResponse domainDomainNameserversCreate(nameserversUpdate)
|
|
570
|
+
|
|
571
|
+
Update nameservers for this domain.
|
|
572
|
+
|
|
573
|
+
### Example
|
|
574
|
+
|
|
575
|
+
```typescript
|
|
576
|
+
import {
|
|
577
|
+
DomainApi,
|
|
578
|
+
Configuration,
|
|
579
|
+
NameserversUpdate
|
|
580
|
+
} from '@pidginhost/sdk';
|
|
581
|
+
|
|
582
|
+
const configuration = new Configuration();
|
|
583
|
+
const apiInstance = new DomainApi(configuration);
|
|
584
|
+
|
|
585
|
+
let domain: string; // (default to undefined)
|
|
586
|
+
let nameserversUpdate: NameserversUpdate; //
|
|
587
|
+
|
|
588
|
+
const { status, data } = await apiInstance.domainDomainNameserversCreate(
|
|
589
|
+
domain,
|
|
590
|
+
nameserversUpdate
|
|
591
|
+
);
|
|
592
|
+
```
|
|
593
|
+
|
|
594
|
+
### Parameters
|
|
595
|
+
|
|
596
|
+
|Name | Type | Description | Notes|
|
|
597
|
+
|------------- | ------------- | ------------- | -------------|
|
|
598
|
+
| **nameserversUpdate** | **NameserversUpdate**| | |
|
|
599
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
### Return type
|
|
603
|
+
|
|
604
|
+
**NameserversUpdateResponse**
|
|
605
|
+
|
|
606
|
+
### Authorization
|
|
607
|
+
|
|
608
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
609
|
+
|
|
610
|
+
### HTTP request headers
|
|
611
|
+
|
|
612
|
+
- **Content-Type**: application/json
|
|
613
|
+
- **Accept**: application/json
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
### HTTP response details
|
|
617
|
+
| Status code | Description | Response headers |
|
|
618
|
+
|-------------|-------------|------------------|
|
|
619
|
+
|**200** | | - |
|
|
620
|
+
|
|
621
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
622
|
+
|
|
623
|
+
# **domainDomainNameserversCreate2**
|
|
624
|
+
> NameserversUpdateResponse domainDomainNameserversCreate2(nameserversUpdate)
|
|
625
|
+
|
|
626
|
+
Update nameservers for this domain.
|
|
627
|
+
|
|
628
|
+
### Example
|
|
629
|
+
|
|
630
|
+
```typescript
|
|
631
|
+
import {
|
|
632
|
+
DomainApi,
|
|
633
|
+
Configuration,
|
|
634
|
+
NameserversUpdate
|
|
635
|
+
} from '@pidginhost/sdk';
|
|
636
|
+
|
|
637
|
+
const configuration = new Configuration();
|
|
638
|
+
const apiInstance = new DomainApi(configuration);
|
|
639
|
+
|
|
640
|
+
let domain: string; // (default to undefined)
|
|
641
|
+
let nameserversUpdate: NameserversUpdate; //
|
|
642
|
+
|
|
643
|
+
const { status, data } = await apiInstance.domainDomainNameserversCreate2(
|
|
644
|
+
domain,
|
|
645
|
+
nameserversUpdate
|
|
646
|
+
);
|
|
647
|
+
```
|
|
648
|
+
|
|
649
|
+
### Parameters
|
|
650
|
+
|
|
651
|
+
|Name | Type | Description | Notes|
|
|
652
|
+
|------------- | ------------- | ------------- | -------------|
|
|
653
|
+
| **nameserversUpdate** | **NameserversUpdate**| | |
|
|
654
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
### Return type
|
|
658
|
+
|
|
659
|
+
**NameserversUpdateResponse**
|
|
660
|
+
|
|
661
|
+
### Authorization
|
|
662
|
+
|
|
663
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
664
|
+
|
|
665
|
+
### HTTP request headers
|
|
666
|
+
|
|
667
|
+
- **Content-Type**: application/json
|
|
668
|
+
- **Accept**: application/json
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
### HTTP response details
|
|
672
|
+
| Status code | Description | Response headers |
|
|
673
|
+
|-------------|-------------|------------------|
|
|
674
|
+
|**200** | | - |
|
|
675
|
+
|
|
676
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
677
|
+
|
|
678
|
+
# **domainDomainPartialUpdate**
|
|
679
|
+
> Domain domainDomainPartialUpdate()
|
|
680
|
+
|
|
681
|
+
Manage your domains
|
|
682
|
+
|
|
683
|
+
### Example
|
|
684
|
+
|
|
685
|
+
```typescript
|
|
686
|
+
import {
|
|
687
|
+
DomainApi,
|
|
688
|
+
Configuration,
|
|
689
|
+
PatchedDomain
|
|
690
|
+
} from '@pidginhost/sdk';
|
|
691
|
+
|
|
692
|
+
const configuration = new Configuration();
|
|
693
|
+
const apiInstance = new DomainApi(configuration);
|
|
694
|
+
|
|
695
|
+
let domain: string; // (default to undefined)
|
|
696
|
+
let patchedDomain: PatchedDomain; // (optional)
|
|
697
|
+
|
|
698
|
+
const { status, data } = await apiInstance.domainDomainPartialUpdate(
|
|
699
|
+
domain,
|
|
700
|
+
patchedDomain
|
|
701
|
+
);
|
|
702
|
+
```
|
|
703
|
+
|
|
704
|
+
### Parameters
|
|
705
|
+
|
|
706
|
+
|Name | Type | Description | Notes|
|
|
707
|
+
|------------- | ------------- | ------------- | -------------|
|
|
708
|
+
| **patchedDomain** | **PatchedDomain**| | |
|
|
709
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
### Return type
|
|
713
|
+
|
|
714
|
+
**Domain**
|
|
715
|
+
|
|
716
|
+
### Authorization
|
|
717
|
+
|
|
718
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
719
|
+
|
|
720
|
+
### HTTP request headers
|
|
721
|
+
|
|
722
|
+
- **Content-Type**: application/json
|
|
723
|
+
- **Accept**: application/json
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
### HTTP response details
|
|
727
|
+
| Status code | Description | Response headers |
|
|
728
|
+
|-------------|-------------|------------------|
|
|
729
|
+
|**200** | | - |
|
|
730
|
+
|
|
731
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
732
|
+
|
|
733
|
+
# **domainDomainPartialUpdate2**
|
|
734
|
+
> Domain domainDomainPartialUpdate2()
|
|
735
|
+
|
|
736
|
+
Manage your domains
|
|
737
|
+
|
|
738
|
+
### Example
|
|
739
|
+
|
|
740
|
+
```typescript
|
|
741
|
+
import {
|
|
742
|
+
DomainApi,
|
|
743
|
+
Configuration,
|
|
744
|
+
PatchedDomain
|
|
745
|
+
} from '@pidginhost/sdk';
|
|
746
|
+
|
|
747
|
+
const configuration = new Configuration();
|
|
748
|
+
const apiInstance = new DomainApi(configuration);
|
|
749
|
+
|
|
750
|
+
let domain: string; // (default to undefined)
|
|
751
|
+
let patchedDomain: PatchedDomain; // (optional)
|
|
752
|
+
|
|
753
|
+
const { status, data } = await apiInstance.domainDomainPartialUpdate2(
|
|
754
|
+
domain,
|
|
755
|
+
patchedDomain
|
|
756
|
+
);
|
|
757
|
+
```
|
|
758
|
+
|
|
759
|
+
### Parameters
|
|
760
|
+
|
|
761
|
+
|Name | Type | Description | Notes|
|
|
762
|
+
|------------- | ------------- | ------------- | -------------|
|
|
763
|
+
| **patchedDomain** | **PatchedDomain**| | |
|
|
764
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
### Return type
|
|
768
|
+
|
|
769
|
+
**Domain**
|
|
770
|
+
|
|
771
|
+
### Authorization
|
|
772
|
+
|
|
773
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
774
|
+
|
|
775
|
+
### HTTP request headers
|
|
776
|
+
|
|
777
|
+
- **Content-Type**: application/json
|
|
778
|
+
- **Accept**: application/json
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
### HTTP response details
|
|
782
|
+
| Status code | Description | Response headers |
|
|
783
|
+
|-------------|-------------|------------------|
|
|
784
|
+
|**200** | | - |
|
|
785
|
+
|
|
786
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
787
|
+
|
|
788
|
+
# **domainDomainRenewCreate**
|
|
789
|
+
> RenewDomain domainDomainRenewCreate(renewDomain)
|
|
790
|
+
|
|
791
|
+
Manage your domains
|
|
792
|
+
|
|
793
|
+
### Example
|
|
794
|
+
|
|
795
|
+
```typescript
|
|
796
|
+
import {
|
|
797
|
+
DomainApi,
|
|
798
|
+
Configuration,
|
|
799
|
+
RenewDomain
|
|
800
|
+
} from '@pidginhost/sdk';
|
|
801
|
+
|
|
802
|
+
const configuration = new Configuration();
|
|
803
|
+
const apiInstance = new DomainApi(configuration);
|
|
804
|
+
|
|
805
|
+
let domain: string; // (default to undefined)
|
|
806
|
+
let renewDomain: RenewDomain; //
|
|
807
|
+
|
|
808
|
+
const { status, data } = await apiInstance.domainDomainRenewCreate(
|
|
809
|
+
domain,
|
|
810
|
+
renewDomain
|
|
811
|
+
);
|
|
812
|
+
```
|
|
813
|
+
|
|
814
|
+
### Parameters
|
|
815
|
+
|
|
816
|
+
|Name | Type | Description | Notes|
|
|
817
|
+
|------------- | ------------- | ------------- | -------------|
|
|
818
|
+
| **renewDomain** | **RenewDomain**| | |
|
|
819
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
### Return type
|
|
823
|
+
|
|
824
|
+
**RenewDomain**
|
|
825
|
+
|
|
826
|
+
### Authorization
|
|
827
|
+
|
|
828
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
829
|
+
|
|
830
|
+
### HTTP request headers
|
|
831
|
+
|
|
832
|
+
- **Content-Type**: application/json
|
|
833
|
+
- **Accept**: application/json
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
### HTTP response details
|
|
837
|
+
| Status code | Description | Response headers |
|
|
838
|
+
|-------------|-------------|------------------|
|
|
839
|
+
|**200** | | - |
|
|
840
|
+
|
|
841
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
842
|
+
|
|
843
|
+
# **domainDomainRenewCreate2**
|
|
844
|
+
> RenewDomain domainDomainRenewCreate2(renewDomain)
|
|
845
|
+
|
|
846
|
+
Manage your domains
|
|
847
|
+
|
|
848
|
+
### Example
|
|
849
|
+
|
|
850
|
+
```typescript
|
|
851
|
+
import {
|
|
852
|
+
DomainApi,
|
|
853
|
+
Configuration,
|
|
854
|
+
RenewDomain
|
|
855
|
+
} from '@pidginhost/sdk';
|
|
856
|
+
|
|
857
|
+
const configuration = new Configuration();
|
|
858
|
+
const apiInstance = new DomainApi(configuration);
|
|
859
|
+
|
|
860
|
+
let domain: string; // (default to undefined)
|
|
861
|
+
let renewDomain: RenewDomain; //
|
|
862
|
+
|
|
863
|
+
const { status, data } = await apiInstance.domainDomainRenewCreate2(
|
|
864
|
+
domain,
|
|
865
|
+
renewDomain
|
|
866
|
+
);
|
|
867
|
+
```
|
|
868
|
+
|
|
869
|
+
### Parameters
|
|
870
|
+
|
|
871
|
+
|Name | Type | Description | Notes|
|
|
872
|
+
|------------- | ------------- | ------------- | -------------|
|
|
873
|
+
| **renewDomain** | **RenewDomain**| | |
|
|
874
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
875
|
+
|
|
876
|
+
|
|
877
|
+
### Return type
|
|
878
|
+
|
|
879
|
+
**RenewDomain**
|
|
880
|
+
|
|
881
|
+
### Authorization
|
|
882
|
+
|
|
883
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
884
|
+
|
|
885
|
+
### HTTP request headers
|
|
886
|
+
|
|
887
|
+
- **Content-Type**: application/json
|
|
888
|
+
- **Accept**: application/json
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
### HTTP response details
|
|
892
|
+
| Status code | Description | Response headers |
|
|
893
|
+
|-------------|-------------|------------------|
|
|
894
|
+
|**200** | | - |
|
|
895
|
+
|
|
896
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
897
|
+
|
|
898
|
+
# **domainDomainRetrieve**
|
|
899
|
+
> Domain domainDomainRetrieve()
|
|
900
|
+
|
|
901
|
+
Manage your domains
|
|
902
|
+
|
|
903
|
+
### Example
|
|
904
|
+
|
|
905
|
+
```typescript
|
|
906
|
+
import {
|
|
907
|
+
DomainApi,
|
|
908
|
+
Configuration
|
|
909
|
+
} from '@pidginhost/sdk';
|
|
910
|
+
|
|
911
|
+
const configuration = new Configuration();
|
|
912
|
+
const apiInstance = new DomainApi(configuration);
|
|
913
|
+
|
|
914
|
+
let domain: string; // (default to undefined)
|
|
915
|
+
|
|
916
|
+
const { status, data } = await apiInstance.domainDomainRetrieve(
|
|
917
|
+
domain
|
|
918
|
+
);
|
|
919
|
+
```
|
|
920
|
+
|
|
921
|
+
### Parameters
|
|
922
|
+
|
|
923
|
+
|Name | Type | Description | Notes|
|
|
924
|
+
|------------- | ------------- | ------------- | -------------|
|
|
925
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
### Return type
|
|
929
|
+
|
|
930
|
+
**Domain**
|
|
931
|
+
|
|
932
|
+
### Authorization
|
|
933
|
+
|
|
934
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
935
|
+
|
|
936
|
+
### HTTP request headers
|
|
937
|
+
|
|
938
|
+
- **Content-Type**: Not defined
|
|
939
|
+
- **Accept**: application/json
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
### HTTP response details
|
|
943
|
+
| Status code | Description | Response headers |
|
|
944
|
+
|-------------|-------------|------------------|
|
|
945
|
+
|**200** | | - |
|
|
946
|
+
|
|
947
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
948
|
+
|
|
949
|
+
# **domainDomainRetrieve2**
|
|
950
|
+
> Domain domainDomainRetrieve2()
|
|
951
|
+
|
|
952
|
+
Manage your domains
|
|
953
|
+
|
|
954
|
+
### Example
|
|
955
|
+
|
|
956
|
+
```typescript
|
|
957
|
+
import {
|
|
958
|
+
DomainApi,
|
|
959
|
+
Configuration
|
|
960
|
+
} from '@pidginhost/sdk';
|
|
961
|
+
|
|
962
|
+
const configuration = new Configuration();
|
|
963
|
+
const apiInstance = new DomainApi(configuration);
|
|
964
|
+
|
|
965
|
+
let domain: string; // (default to undefined)
|
|
966
|
+
|
|
967
|
+
const { status, data } = await apiInstance.domainDomainRetrieve2(
|
|
968
|
+
domain
|
|
969
|
+
);
|
|
970
|
+
```
|
|
971
|
+
|
|
972
|
+
### Parameters
|
|
973
|
+
|
|
974
|
+
|Name | Type | Description | Notes|
|
|
975
|
+
|------------- | ------------- | ------------- | -------------|
|
|
976
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
### Return type
|
|
980
|
+
|
|
981
|
+
**Domain**
|
|
982
|
+
|
|
983
|
+
### Authorization
|
|
984
|
+
|
|
985
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
986
|
+
|
|
987
|
+
### HTTP request headers
|
|
988
|
+
|
|
989
|
+
- **Content-Type**: Not defined
|
|
990
|
+
- **Accept**: application/json
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
### HTTP response details
|
|
994
|
+
| Status code | Description | Response headers |
|
|
995
|
+
|-------------|-------------|------------------|
|
|
996
|
+
|**200** | | - |
|
|
997
|
+
|
|
998
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
999
|
+
|
|
1000
|
+
# **domainDomainTransferRoDomainCreate**
|
|
1001
|
+
> TransferRoDomain domainDomainTransferRoDomainCreate(transferRoDomain)
|
|
1002
|
+
|
|
1003
|
+
Manage your domains
|
|
1004
|
+
|
|
1005
|
+
### Example
|
|
1006
|
+
|
|
1007
|
+
```typescript
|
|
1008
|
+
import {
|
|
1009
|
+
DomainApi,
|
|
1010
|
+
Configuration,
|
|
1011
|
+
TransferRoDomain
|
|
1012
|
+
} from '@pidginhost/sdk';
|
|
1013
|
+
|
|
1014
|
+
const configuration = new Configuration();
|
|
1015
|
+
const apiInstance = new DomainApi(configuration);
|
|
1016
|
+
|
|
1017
|
+
let transferRoDomain: TransferRoDomain; //
|
|
1018
|
+
|
|
1019
|
+
const { status, data } = await apiInstance.domainDomainTransferRoDomainCreate(
|
|
1020
|
+
transferRoDomain
|
|
1021
|
+
);
|
|
1022
|
+
```
|
|
1023
|
+
|
|
1024
|
+
### Parameters
|
|
1025
|
+
|
|
1026
|
+
|Name | Type | Description | Notes|
|
|
1027
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1028
|
+
| **transferRoDomain** | **TransferRoDomain**| | |
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
### Return type
|
|
1032
|
+
|
|
1033
|
+
**TransferRoDomain**
|
|
1034
|
+
|
|
1035
|
+
### Authorization
|
|
1036
|
+
|
|
1037
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1038
|
+
|
|
1039
|
+
### HTTP request headers
|
|
1040
|
+
|
|
1041
|
+
- **Content-Type**: application/json
|
|
1042
|
+
- **Accept**: application/json
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
### HTTP response details
|
|
1046
|
+
| Status code | Description | Response headers |
|
|
1047
|
+
|-------------|-------------|------------------|
|
|
1048
|
+
|**200** | | - |
|
|
1049
|
+
|
|
1050
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1051
|
+
|
|
1052
|
+
# **domainDomainTransferRoDomainCreate2**
|
|
1053
|
+
> TransferRoDomain domainDomainTransferRoDomainCreate2(transferRoDomain)
|
|
1054
|
+
|
|
1055
|
+
Manage your domains
|
|
1056
|
+
|
|
1057
|
+
### Example
|
|
1058
|
+
|
|
1059
|
+
```typescript
|
|
1060
|
+
import {
|
|
1061
|
+
DomainApi,
|
|
1062
|
+
Configuration,
|
|
1063
|
+
TransferRoDomain
|
|
1064
|
+
} from '@pidginhost/sdk';
|
|
1065
|
+
|
|
1066
|
+
const configuration = new Configuration();
|
|
1067
|
+
const apiInstance = new DomainApi(configuration);
|
|
1068
|
+
|
|
1069
|
+
let transferRoDomain: TransferRoDomain; //
|
|
1070
|
+
|
|
1071
|
+
const { status, data } = await apiInstance.domainDomainTransferRoDomainCreate2(
|
|
1072
|
+
transferRoDomain
|
|
1073
|
+
);
|
|
1074
|
+
```
|
|
1075
|
+
|
|
1076
|
+
### Parameters
|
|
1077
|
+
|
|
1078
|
+
|Name | Type | Description | Notes|
|
|
1079
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1080
|
+
| **transferRoDomain** | **TransferRoDomain**| | |
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
### Return type
|
|
1084
|
+
|
|
1085
|
+
**TransferRoDomain**
|
|
1086
|
+
|
|
1087
|
+
### Authorization
|
|
1088
|
+
|
|
1089
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1090
|
+
|
|
1091
|
+
### HTTP request headers
|
|
1092
|
+
|
|
1093
|
+
- **Content-Type**: application/json
|
|
1094
|
+
- **Accept**: application/json
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
### HTTP response details
|
|
1098
|
+
| Status code | Description | Response headers |
|
|
1099
|
+
|-------------|-------------|------------------|
|
|
1100
|
+
|**200** | | - |
|
|
1101
|
+
|
|
1102
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1103
|
+
|
|
1104
|
+
# **domainDomainUpdate**
|
|
1105
|
+
> Domain domainDomainUpdate()
|
|
1106
|
+
|
|
1107
|
+
Manage your domains
|
|
1108
|
+
|
|
1109
|
+
### Example
|
|
1110
|
+
|
|
1111
|
+
```typescript
|
|
1112
|
+
import {
|
|
1113
|
+
DomainApi,
|
|
1114
|
+
Configuration,
|
|
1115
|
+
Domain
|
|
1116
|
+
} from '@pidginhost/sdk';
|
|
1117
|
+
|
|
1118
|
+
const configuration = new Configuration();
|
|
1119
|
+
const apiInstance = new DomainApi(configuration);
|
|
1120
|
+
|
|
1121
|
+
let domain: string; // (default to undefined)
|
|
1122
|
+
let domain2: Domain; // (optional)
|
|
1123
|
+
|
|
1124
|
+
const { status, data } = await apiInstance.domainDomainUpdate(
|
|
1125
|
+
domain,
|
|
1126
|
+
domain2
|
|
1127
|
+
);
|
|
1128
|
+
```
|
|
1129
|
+
|
|
1130
|
+
### Parameters
|
|
1131
|
+
|
|
1132
|
+
|Name | Type | Description | Notes|
|
|
1133
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1134
|
+
| **domain2** | **Domain**| | |
|
|
1135
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
### Return type
|
|
1139
|
+
|
|
1140
|
+
**Domain**
|
|
1141
|
+
|
|
1142
|
+
### Authorization
|
|
1143
|
+
|
|
1144
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1145
|
+
|
|
1146
|
+
### HTTP request headers
|
|
1147
|
+
|
|
1148
|
+
- **Content-Type**: application/json
|
|
1149
|
+
- **Accept**: application/json
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
### HTTP response details
|
|
1153
|
+
| Status code | Description | Response headers |
|
|
1154
|
+
|-------------|-------------|------------------|
|
|
1155
|
+
|**200** | | - |
|
|
1156
|
+
|
|
1157
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1158
|
+
|
|
1159
|
+
# **domainDomainUpdate2**
|
|
1160
|
+
> Domain domainDomainUpdate2()
|
|
1161
|
+
|
|
1162
|
+
Manage your domains
|
|
1163
|
+
|
|
1164
|
+
### Example
|
|
1165
|
+
|
|
1166
|
+
```typescript
|
|
1167
|
+
import {
|
|
1168
|
+
DomainApi,
|
|
1169
|
+
Configuration,
|
|
1170
|
+
Domain
|
|
1171
|
+
} from '@pidginhost/sdk';
|
|
1172
|
+
|
|
1173
|
+
const configuration = new Configuration();
|
|
1174
|
+
const apiInstance = new DomainApi(configuration);
|
|
1175
|
+
|
|
1176
|
+
let domain: string; // (default to undefined)
|
|
1177
|
+
let domain2: Domain; // (optional)
|
|
1178
|
+
|
|
1179
|
+
const { status, data } = await apiInstance.domainDomainUpdate2(
|
|
1180
|
+
domain,
|
|
1181
|
+
domain2
|
|
1182
|
+
);
|
|
1183
|
+
```
|
|
1184
|
+
|
|
1185
|
+
### Parameters
|
|
1186
|
+
|
|
1187
|
+
|Name | Type | Description | Notes|
|
|
1188
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1189
|
+
| **domain2** | **Domain**| | |
|
|
1190
|
+
| **domain** | [**string**] | | defaults to undefined|
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
### Return type
|
|
1194
|
+
|
|
1195
|
+
**Domain**
|
|
1196
|
+
|
|
1197
|
+
### Authorization
|
|
1198
|
+
|
|
1199
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1200
|
+
|
|
1201
|
+
### HTTP request headers
|
|
1202
|
+
|
|
1203
|
+
- **Content-Type**: application/json
|
|
1204
|
+
- **Accept**: application/json
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
### HTTP response details
|
|
1208
|
+
| Status code | Description | Response headers |
|
|
1209
|
+
|-------------|-------------|------------------|
|
|
1210
|
+
|**200** | | - |
|
|
1211
|
+
|
|
1212
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1213
|
+
|
|
1214
|
+
# **domainRegistrantsCreate**
|
|
1215
|
+
> DomainRegistrant domainRegistrantsCreate(domainRegistrant)
|
|
1216
|
+
|
|
1217
|
+
Manage your domain registrant views
|
|
1218
|
+
|
|
1219
|
+
### Example
|
|
1220
|
+
|
|
1221
|
+
```typescript
|
|
1222
|
+
import {
|
|
1223
|
+
DomainApi,
|
|
1224
|
+
Configuration,
|
|
1225
|
+
DomainRegistrant
|
|
1226
|
+
} from '@pidginhost/sdk';
|
|
1227
|
+
|
|
1228
|
+
const configuration = new Configuration();
|
|
1229
|
+
const apiInstance = new DomainApi(configuration);
|
|
1230
|
+
|
|
1231
|
+
let domainRegistrant: DomainRegistrant; //
|
|
1232
|
+
|
|
1233
|
+
const { status, data } = await apiInstance.domainRegistrantsCreate(
|
|
1234
|
+
domainRegistrant
|
|
1235
|
+
);
|
|
1236
|
+
```
|
|
1237
|
+
|
|
1238
|
+
### Parameters
|
|
1239
|
+
|
|
1240
|
+
|Name | Type | Description | Notes|
|
|
1241
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1242
|
+
| **domainRegistrant** | **DomainRegistrant**| | |
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
### Return type
|
|
1246
|
+
|
|
1247
|
+
**DomainRegistrant**
|
|
1248
|
+
|
|
1249
|
+
### Authorization
|
|
1250
|
+
|
|
1251
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1252
|
+
|
|
1253
|
+
### HTTP request headers
|
|
1254
|
+
|
|
1255
|
+
- **Content-Type**: application/json
|
|
1256
|
+
- **Accept**: application/json
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
### HTTP response details
|
|
1260
|
+
| Status code | Description | Response headers |
|
|
1261
|
+
|-------------|-------------|------------------|
|
|
1262
|
+
|**201** | | - |
|
|
1263
|
+
|
|
1264
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1265
|
+
|
|
1266
|
+
# **domainRegistrantsCreate2**
|
|
1267
|
+
> DomainRegistrant domainRegistrantsCreate2(domainRegistrant)
|
|
1268
|
+
|
|
1269
|
+
Manage your domain registrant views
|
|
1270
|
+
|
|
1271
|
+
### Example
|
|
1272
|
+
|
|
1273
|
+
```typescript
|
|
1274
|
+
import {
|
|
1275
|
+
DomainApi,
|
|
1276
|
+
Configuration,
|
|
1277
|
+
DomainRegistrant
|
|
1278
|
+
} from '@pidginhost/sdk';
|
|
1279
|
+
|
|
1280
|
+
const configuration = new Configuration();
|
|
1281
|
+
const apiInstance = new DomainApi(configuration);
|
|
1282
|
+
|
|
1283
|
+
let domainRegistrant: DomainRegistrant; //
|
|
1284
|
+
|
|
1285
|
+
const { status, data } = await apiInstance.domainRegistrantsCreate2(
|
|
1286
|
+
domainRegistrant
|
|
1287
|
+
);
|
|
1288
|
+
```
|
|
1289
|
+
|
|
1290
|
+
### Parameters
|
|
1291
|
+
|
|
1292
|
+
|Name | Type | Description | Notes|
|
|
1293
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1294
|
+
| **domainRegistrant** | **DomainRegistrant**| | |
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
### Return type
|
|
1298
|
+
|
|
1299
|
+
**DomainRegistrant**
|
|
1300
|
+
|
|
1301
|
+
### Authorization
|
|
1302
|
+
|
|
1303
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1304
|
+
|
|
1305
|
+
### HTTP request headers
|
|
1306
|
+
|
|
1307
|
+
- **Content-Type**: application/json
|
|
1308
|
+
- **Accept**: application/json
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
### HTTP response details
|
|
1312
|
+
| Status code | Description | Response headers |
|
|
1313
|
+
|-------------|-------------|------------------|
|
|
1314
|
+
|**201** | | - |
|
|
1315
|
+
|
|
1316
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1317
|
+
|
|
1318
|
+
# **domainRegistrantsDestroy**
|
|
1319
|
+
> domainRegistrantsDestroy()
|
|
1320
|
+
|
|
1321
|
+
Manage your domain registrant views
|
|
1322
|
+
|
|
1323
|
+
### Example
|
|
1324
|
+
|
|
1325
|
+
```typescript
|
|
1326
|
+
import {
|
|
1327
|
+
DomainApi,
|
|
1328
|
+
Configuration
|
|
1329
|
+
} from '@pidginhost/sdk';
|
|
1330
|
+
|
|
1331
|
+
const configuration = new Configuration();
|
|
1332
|
+
const apiInstance = new DomainApi(configuration);
|
|
1333
|
+
|
|
1334
|
+
let id: string; // (default to undefined)
|
|
1335
|
+
|
|
1336
|
+
const { status, data } = await apiInstance.domainRegistrantsDestroy(
|
|
1337
|
+
id
|
|
1338
|
+
);
|
|
1339
|
+
```
|
|
1340
|
+
|
|
1341
|
+
### Parameters
|
|
1342
|
+
|
|
1343
|
+
|Name | Type | Description | Notes|
|
|
1344
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1345
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
### Return type
|
|
1349
|
+
|
|
1350
|
+
void (empty response body)
|
|
1351
|
+
|
|
1352
|
+
### Authorization
|
|
1353
|
+
|
|
1354
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1355
|
+
|
|
1356
|
+
### HTTP request headers
|
|
1357
|
+
|
|
1358
|
+
- **Content-Type**: Not defined
|
|
1359
|
+
- **Accept**: Not defined
|
|
1360
|
+
|
|
1361
|
+
|
|
1362
|
+
### HTTP response details
|
|
1363
|
+
| Status code | Description | Response headers |
|
|
1364
|
+
|-------------|-------------|------------------|
|
|
1365
|
+
|**204** | No response body | - |
|
|
1366
|
+
|
|
1367
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1368
|
+
|
|
1369
|
+
# **domainRegistrantsDestroy2**
|
|
1370
|
+
> domainRegistrantsDestroy2()
|
|
1371
|
+
|
|
1372
|
+
Manage your domain registrant views
|
|
1373
|
+
|
|
1374
|
+
### Example
|
|
1375
|
+
|
|
1376
|
+
```typescript
|
|
1377
|
+
import {
|
|
1378
|
+
DomainApi,
|
|
1379
|
+
Configuration
|
|
1380
|
+
} from '@pidginhost/sdk';
|
|
1381
|
+
|
|
1382
|
+
const configuration = new Configuration();
|
|
1383
|
+
const apiInstance = new DomainApi(configuration);
|
|
1384
|
+
|
|
1385
|
+
let id: string; // (default to undefined)
|
|
1386
|
+
|
|
1387
|
+
const { status, data } = await apiInstance.domainRegistrantsDestroy2(
|
|
1388
|
+
id
|
|
1389
|
+
);
|
|
1390
|
+
```
|
|
1391
|
+
|
|
1392
|
+
### Parameters
|
|
1393
|
+
|
|
1394
|
+
|Name | Type | Description | Notes|
|
|
1395
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1396
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
### Return type
|
|
1400
|
+
|
|
1401
|
+
void (empty response body)
|
|
1402
|
+
|
|
1403
|
+
### Authorization
|
|
1404
|
+
|
|
1405
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1406
|
+
|
|
1407
|
+
### HTTP request headers
|
|
1408
|
+
|
|
1409
|
+
- **Content-Type**: Not defined
|
|
1410
|
+
- **Accept**: Not defined
|
|
1411
|
+
|
|
1412
|
+
|
|
1413
|
+
### HTTP response details
|
|
1414
|
+
| Status code | Description | Response headers |
|
|
1415
|
+
|-------------|-------------|------------------|
|
|
1416
|
+
|**204** | No response body | - |
|
|
1417
|
+
|
|
1418
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1419
|
+
|
|
1420
|
+
# **domainRegistrantsList**
|
|
1421
|
+
> PaginatedDomainRegistrantList domainRegistrantsList()
|
|
1422
|
+
|
|
1423
|
+
Manage your domain registrant views
|
|
1424
|
+
|
|
1425
|
+
### Example
|
|
1426
|
+
|
|
1427
|
+
```typescript
|
|
1428
|
+
import {
|
|
1429
|
+
DomainApi,
|
|
1430
|
+
Configuration
|
|
1431
|
+
} from '@pidginhost/sdk';
|
|
1432
|
+
|
|
1433
|
+
const configuration = new Configuration();
|
|
1434
|
+
const apiInstance = new DomainApi(configuration);
|
|
1435
|
+
|
|
1436
|
+
let page: number; //A page number within the paginated result set. (optional) (default to undefined)
|
|
1437
|
+
|
|
1438
|
+
const { status, data } = await apiInstance.domainRegistrantsList(
|
|
1439
|
+
page
|
|
1440
|
+
);
|
|
1441
|
+
```
|
|
1442
|
+
|
|
1443
|
+
### Parameters
|
|
1444
|
+
|
|
1445
|
+
|Name | Type | Description | Notes|
|
|
1446
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1447
|
+
| **page** | [**number**] | A page number within the paginated result set. | (optional) defaults to undefined|
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
### Return type
|
|
1451
|
+
|
|
1452
|
+
**PaginatedDomainRegistrantList**
|
|
1453
|
+
|
|
1454
|
+
### Authorization
|
|
1455
|
+
|
|
1456
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1457
|
+
|
|
1458
|
+
### HTTP request headers
|
|
1459
|
+
|
|
1460
|
+
- **Content-Type**: Not defined
|
|
1461
|
+
- **Accept**: application/json
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
### HTTP response details
|
|
1465
|
+
| Status code | Description | Response headers |
|
|
1466
|
+
|-------------|-------------|------------------|
|
|
1467
|
+
|**200** | | - |
|
|
1468
|
+
|
|
1469
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1470
|
+
|
|
1471
|
+
# **domainRegistrantsList2**
|
|
1472
|
+
> PaginatedDomainRegistrantList domainRegistrantsList2()
|
|
1473
|
+
|
|
1474
|
+
Manage your domain registrant views
|
|
1475
|
+
|
|
1476
|
+
### Example
|
|
1477
|
+
|
|
1478
|
+
```typescript
|
|
1479
|
+
import {
|
|
1480
|
+
DomainApi,
|
|
1481
|
+
Configuration
|
|
1482
|
+
} from '@pidginhost/sdk';
|
|
1483
|
+
|
|
1484
|
+
const configuration = new Configuration();
|
|
1485
|
+
const apiInstance = new DomainApi(configuration);
|
|
1486
|
+
|
|
1487
|
+
let page: number; //A page number within the paginated result set. (optional) (default to undefined)
|
|
1488
|
+
|
|
1489
|
+
const { status, data } = await apiInstance.domainRegistrantsList2(
|
|
1490
|
+
page
|
|
1491
|
+
);
|
|
1492
|
+
```
|
|
1493
|
+
|
|
1494
|
+
### Parameters
|
|
1495
|
+
|
|
1496
|
+
|Name | Type | Description | Notes|
|
|
1497
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1498
|
+
| **page** | [**number**] | A page number within the paginated result set. | (optional) defaults to undefined|
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
### Return type
|
|
1502
|
+
|
|
1503
|
+
**PaginatedDomainRegistrantList**
|
|
1504
|
+
|
|
1505
|
+
### Authorization
|
|
1506
|
+
|
|
1507
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1508
|
+
|
|
1509
|
+
### HTTP request headers
|
|
1510
|
+
|
|
1511
|
+
- **Content-Type**: Not defined
|
|
1512
|
+
- **Accept**: application/json
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
### HTTP response details
|
|
1516
|
+
| Status code | Description | Response headers |
|
|
1517
|
+
|-------------|-------------|------------------|
|
|
1518
|
+
|**200** | | - |
|
|
1519
|
+
|
|
1520
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1521
|
+
|
|
1522
|
+
# **domainRegistrantsPartialUpdate**
|
|
1523
|
+
> DomainRegistrant domainRegistrantsPartialUpdate()
|
|
1524
|
+
|
|
1525
|
+
Manage your domain registrant views
|
|
1526
|
+
|
|
1527
|
+
### Example
|
|
1528
|
+
|
|
1529
|
+
```typescript
|
|
1530
|
+
import {
|
|
1531
|
+
DomainApi,
|
|
1532
|
+
Configuration,
|
|
1533
|
+
PatchedDomainRegistrant
|
|
1534
|
+
} from '@pidginhost/sdk';
|
|
1535
|
+
|
|
1536
|
+
const configuration = new Configuration();
|
|
1537
|
+
const apiInstance = new DomainApi(configuration);
|
|
1538
|
+
|
|
1539
|
+
let id: string; // (default to undefined)
|
|
1540
|
+
let patchedDomainRegistrant: PatchedDomainRegistrant; // (optional)
|
|
1541
|
+
|
|
1542
|
+
const { status, data } = await apiInstance.domainRegistrantsPartialUpdate(
|
|
1543
|
+
id,
|
|
1544
|
+
patchedDomainRegistrant
|
|
1545
|
+
);
|
|
1546
|
+
```
|
|
1547
|
+
|
|
1548
|
+
### Parameters
|
|
1549
|
+
|
|
1550
|
+
|Name | Type | Description | Notes|
|
|
1551
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1552
|
+
| **patchedDomainRegistrant** | **PatchedDomainRegistrant**| | |
|
|
1553
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
1554
|
+
|
|
1555
|
+
|
|
1556
|
+
### Return type
|
|
1557
|
+
|
|
1558
|
+
**DomainRegistrant**
|
|
1559
|
+
|
|
1560
|
+
### Authorization
|
|
1561
|
+
|
|
1562
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1563
|
+
|
|
1564
|
+
### HTTP request headers
|
|
1565
|
+
|
|
1566
|
+
- **Content-Type**: application/json
|
|
1567
|
+
- **Accept**: application/json
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
### HTTP response details
|
|
1571
|
+
| Status code | Description | Response headers |
|
|
1572
|
+
|-------------|-------------|------------------|
|
|
1573
|
+
|**200** | | - |
|
|
1574
|
+
|
|
1575
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1576
|
+
|
|
1577
|
+
# **domainRegistrantsPartialUpdate2**
|
|
1578
|
+
> DomainRegistrant domainRegistrantsPartialUpdate2()
|
|
1579
|
+
|
|
1580
|
+
Manage your domain registrant views
|
|
1581
|
+
|
|
1582
|
+
### Example
|
|
1583
|
+
|
|
1584
|
+
```typescript
|
|
1585
|
+
import {
|
|
1586
|
+
DomainApi,
|
|
1587
|
+
Configuration,
|
|
1588
|
+
PatchedDomainRegistrant
|
|
1589
|
+
} from '@pidginhost/sdk';
|
|
1590
|
+
|
|
1591
|
+
const configuration = new Configuration();
|
|
1592
|
+
const apiInstance = new DomainApi(configuration);
|
|
1593
|
+
|
|
1594
|
+
let id: string; // (default to undefined)
|
|
1595
|
+
let patchedDomainRegistrant: PatchedDomainRegistrant; // (optional)
|
|
1596
|
+
|
|
1597
|
+
const { status, data } = await apiInstance.domainRegistrantsPartialUpdate2(
|
|
1598
|
+
id,
|
|
1599
|
+
patchedDomainRegistrant
|
|
1600
|
+
);
|
|
1601
|
+
```
|
|
1602
|
+
|
|
1603
|
+
### Parameters
|
|
1604
|
+
|
|
1605
|
+
|Name | Type | Description | Notes|
|
|
1606
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1607
|
+
| **patchedDomainRegistrant** | **PatchedDomainRegistrant**| | |
|
|
1608
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
### Return type
|
|
1612
|
+
|
|
1613
|
+
**DomainRegistrant**
|
|
1614
|
+
|
|
1615
|
+
### Authorization
|
|
1616
|
+
|
|
1617
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1618
|
+
|
|
1619
|
+
### HTTP request headers
|
|
1620
|
+
|
|
1621
|
+
- **Content-Type**: application/json
|
|
1622
|
+
- **Accept**: application/json
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
### HTTP response details
|
|
1626
|
+
| Status code | Description | Response headers |
|
|
1627
|
+
|-------------|-------------|------------------|
|
|
1628
|
+
|**200** | | - |
|
|
1629
|
+
|
|
1630
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1631
|
+
|
|
1632
|
+
# **domainRegistrantsRetrieve**
|
|
1633
|
+
> DomainRegistrant domainRegistrantsRetrieve()
|
|
1634
|
+
|
|
1635
|
+
Manage your domain registrant views
|
|
1636
|
+
|
|
1637
|
+
### Example
|
|
1638
|
+
|
|
1639
|
+
```typescript
|
|
1640
|
+
import {
|
|
1641
|
+
DomainApi,
|
|
1642
|
+
Configuration
|
|
1643
|
+
} from '@pidginhost/sdk';
|
|
1644
|
+
|
|
1645
|
+
const configuration = new Configuration();
|
|
1646
|
+
const apiInstance = new DomainApi(configuration);
|
|
1647
|
+
|
|
1648
|
+
let id: string; // (default to undefined)
|
|
1649
|
+
|
|
1650
|
+
const { status, data } = await apiInstance.domainRegistrantsRetrieve(
|
|
1651
|
+
id
|
|
1652
|
+
);
|
|
1653
|
+
```
|
|
1654
|
+
|
|
1655
|
+
### Parameters
|
|
1656
|
+
|
|
1657
|
+
|Name | Type | Description | Notes|
|
|
1658
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1659
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
1660
|
+
|
|
1661
|
+
|
|
1662
|
+
### Return type
|
|
1663
|
+
|
|
1664
|
+
**DomainRegistrant**
|
|
1665
|
+
|
|
1666
|
+
### Authorization
|
|
1667
|
+
|
|
1668
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1669
|
+
|
|
1670
|
+
### HTTP request headers
|
|
1671
|
+
|
|
1672
|
+
- **Content-Type**: Not defined
|
|
1673
|
+
- **Accept**: application/json
|
|
1674
|
+
|
|
1675
|
+
|
|
1676
|
+
### HTTP response details
|
|
1677
|
+
| Status code | Description | Response headers |
|
|
1678
|
+
|-------------|-------------|------------------|
|
|
1679
|
+
|**200** | | - |
|
|
1680
|
+
|
|
1681
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1682
|
+
|
|
1683
|
+
# **domainRegistrantsRetrieve2**
|
|
1684
|
+
> DomainRegistrant domainRegistrantsRetrieve2()
|
|
1685
|
+
|
|
1686
|
+
Manage your domain registrant views
|
|
1687
|
+
|
|
1688
|
+
### Example
|
|
1689
|
+
|
|
1690
|
+
```typescript
|
|
1691
|
+
import {
|
|
1692
|
+
DomainApi,
|
|
1693
|
+
Configuration
|
|
1694
|
+
} from '@pidginhost/sdk';
|
|
1695
|
+
|
|
1696
|
+
const configuration = new Configuration();
|
|
1697
|
+
const apiInstance = new DomainApi(configuration);
|
|
1698
|
+
|
|
1699
|
+
let id: string; // (default to undefined)
|
|
1700
|
+
|
|
1701
|
+
const { status, data } = await apiInstance.domainRegistrantsRetrieve2(
|
|
1702
|
+
id
|
|
1703
|
+
);
|
|
1704
|
+
```
|
|
1705
|
+
|
|
1706
|
+
### Parameters
|
|
1707
|
+
|
|
1708
|
+
|Name | Type | Description | Notes|
|
|
1709
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1710
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
### Return type
|
|
1714
|
+
|
|
1715
|
+
**DomainRegistrant**
|
|
1716
|
+
|
|
1717
|
+
### Authorization
|
|
1718
|
+
|
|
1719
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1720
|
+
|
|
1721
|
+
### HTTP request headers
|
|
1722
|
+
|
|
1723
|
+
- **Content-Type**: Not defined
|
|
1724
|
+
- **Accept**: application/json
|
|
1725
|
+
|
|
1726
|
+
|
|
1727
|
+
### HTTP response details
|
|
1728
|
+
| Status code | Description | Response headers |
|
|
1729
|
+
|-------------|-------------|------------------|
|
|
1730
|
+
|**200** | | - |
|
|
1731
|
+
|
|
1732
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1733
|
+
|
|
1734
|
+
# **domainRegistrantsUpdate**
|
|
1735
|
+
> DomainRegistrant domainRegistrantsUpdate(domainRegistrant)
|
|
1736
|
+
|
|
1737
|
+
Manage your domain registrant views
|
|
1738
|
+
|
|
1739
|
+
### Example
|
|
1740
|
+
|
|
1741
|
+
```typescript
|
|
1742
|
+
import {
|
|
1743
|
+
DomainApi,
|
|
1744
|
+
Configuration,
|
|
1745
|
+
DomainRegistrant
|
|
1746
|
+
} from '@pidginhost/sdk';
|
|
1747
|
+
|
|
1748
|
+
const configuration = new Configuration();
|
|
1749
|
+
const apiInstance = new DomainApi(configuration);
|
|
1750
|
+
|
|
1751
|
+
let id: string; // (default to undefined)
|
|
1752
|
+
let domainRegistrant: DomainRegistrant; //
|
|
1753
|
+
|
|
1754
|
+
const { status, data } = await apiInstance.domainRegistrantsUpdate(
|
|
1755
|
+
id,
|
|
1756
|
+
domainRegistrant
|
|
1757
|
+
);
|
|
1758
|
+
```
|
|
1759
|
+
|
|
1760
|
+
### Parameters
|
|
1761
|
+
|
|
1762
|
+
|Name | Type | Description | Notes|
|
|
1763
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1764
|
+
| **domainRegistrant** | **DomainRegistrant**| | |
|
|
1765
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
1766
|
+
|
|
1767
|
+
|
|
1768
|
+
### Return type
|
|
1769
|
+
|
|
1770
|
+
**DomainRegistrant**
|
|
1771
|
+
|
|
1772
|
+
### Authorization
|
|
1773
|
+
|
|
1774
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1775
|
+
|
|
1776
|
+
### HTTP request headers
|
|
1777
|
+
|
|
1778
|
+
- **Content-Type**: application/json
|
|
1779
|
+
- **Accept**: application/json
|
|
1780
|
+
|
|
1781
|
+
|
|
1782
|
+
### HTTP response details
|
|
1783
|
+
| Status code | Description | Response headers |
|
|
1784
|
+
|-------------|-------------|------------------|
|
|
1785
|
+
|**200** | | - |
|
|
1786
|
+
|
|
1787
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1788
|
+
|
|
1789
|
+
# **domainRegistrantsUpdate2**
|
|
1790
|
+
> DomainRegistrant domainRegistrantsUpdate2(domainRegistrant)
|
|
1791
|
+
|
|
1792
|
+
Manage your domain registrant views
|
|
1793
|
+
|
|
1794
|
+
### Example
|
|
1795
|
+
|
|
1796
|
+
```typescript
|
|
1797
|
+
import {
|
|
1798
|
+
DomainApi,
|
|
1799
|
+
Configuration,
|
|
1800
|
+
DomainRegistrant
|
|
1801
|
+
} from '@pidginhost/sdk';
|
|
1802
|
+
|
|
1803
|
+
const configuration = new Configuration();
|
|
1804
|
+
const apiInstance = new DomainApi(configuration);
|
|
1805
|
+
|
|
1806
|
+
let id: string; // (default to undefined)
|
|
1807
|
+
let domainRegistrant: DomainRegistrant; //
|
|
1808
|
+
|
|
1809
|
+
const { status, data } = await apiInstance.domainRegistrantsUpdate2(
|
|
1810
|
+
id,
|
|
1811
|
+
domainRegistrant
|
|
1812
|
+
);
|
|
1813
|
+
```
|
|
1814
|
+
|
|
1815
|
+
### Parameters
|
|
1816
|
+
|
|
1817
|
+
|Name | Type | Description | Notes|
|
|
1818
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1819
|
+
| **domainRegistrant** | **DomainRegistrant**| | |
|
|
1820
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
### Return type
|
|
1824
|
+
|
|
1825
|
+
**DomainRegistrant**
|
|
1826
|
+
|
|
1827
|
+
### Authorization
|
|
1828
|
+
|
|
1829
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1830
|
+
|
|
1831
|
+
### HTTP request headers
|
|
1832
|
+
|
|
1833
|
+
- **Content-Type**: application/json
|
|
1834
|
+
- **Accept**: application/json
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
### HTTP response details
|
|
1838
|
+
| Status code | Description | Response headers |
|
|
1839
|
+
|-------------|-------------|------------------|
|
|
1840
|
+
|**200** | | - |
|
|
1841
|
+
|
|
1842
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1843
|
+
|
|
1844
|
+
# **domainTldList**
|
|
1845
|
+
> PaginatedTLDList domainTldList()
|
|
1846
|
+
|
|
1847
|
+
Manage your TLDs
|
|
1848
|
+
|
|
1849
|
+
### Example
|
|
1850
|
+
|
|
1851
|
+
```typescript
|
|
1852
|
+
import {
|
|
1853
|
+
DomainApi,
|
|
1854
|
+
Configuration
|
|
1855
|
+
} from '@pidginhost/sdk';
|
|
1856
|
+
|
|
1857
|
+
const configuration = new Configuration();
|
|
1858
|
+
const apiInstance = new DomainApi(configuration);
|
|
1859
|
+
|
|
1860
|
+
let page: number; //A page number within the paginated result set. (optional) (default to undefined)
|
|
1861
|
+
|
|
1862
|
+
const { status, data } = await apiInstance.domainTldList(
|
|
1863
|
+
page
|
|
1864
|
+
);
|
|
1865
|
+
```
|
|
1866
|
+
|
|
1867
|
+
### Parameters
|
|
1868
|
+
|
|
1869
|
+
|Name | Type | Description | Notes|
|
|
1870
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1871
|
+
| **page** | [**number**] | A page number within the paginated result set. | (optional) defaults to undefined|
|
|
1872
|
+
|
|
1873
|
+
|
|
1874
|
+
### Return type
|
|
1875
|
+
|
|
1876
|
+
**PaginatedTLDList**
|
|
1877
|
+
|
|
1878
|
+
### Authorization
|
|
1879
|
+
|
|
1880
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1881
|
+
|
|
1882
|
+
### HTTP request headers
|
|
1883
|
+
|
|
1884
|
+
- **Content-Type**: Not defined
|
|
1885
|
+
- **Accept**: application/json
|
|
1886
|
+
|
|
1887
|
+
|
|
1888
|
+
### HTTP response details
|
|
1889
|
+
| Status code | Description | Response headers |
|
|
1890
|
+
|-------------|-------------|------------------|
|
|
1891
|
+
|**200** | | - |
|
|
1892
|
+
|
|
1893
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1894
|
+
|
|
1895
|
+
# **domainTldList2**
|
|
1896
|
+
> PaginatedTLDList domainTldList2()
|
|
1897
|
+
|
|
1898
|
+
Manage your TLDs
|
|
1899
|
+
|
|
1900
|
+
### Example
|
|
1901
|
+
|
|
1902
|
+
```typescript
|
|
1903
|
+
import {
|
|
1904
|
+
DomainApi,
|
|
1905
|
+
Configuration
|
|
1906
|
+
} from '@pidginhost/sdk';
|
|
1907
|
+
|
|
1908
|
+
const configuration = new Configuration();
|
|
1909
|
+
const apiInstance = new DomainApi(configuration);
|
|
1910
|
+
|
|
1911
|
+
let page: number; //A page number within the paginated result set. (optional) (default to undefined)
|
|
1912
|
+
|
|
1913
|
+
const { status, data } = await apiInstance.domainTldList2(
|
|
1914
|
+
page
|
|
1915
|
+
);
|
|
1916
|
+
```
|
|
1917
|
+
|
|
1918
|
+
### Parameters
|
|
1919
|
+
|
|
1920
|
+
|Name | Type | Description | Notes|
|
|
1921
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1922
|
+
| **page** | [**number**] | A page number within the paginated result set. | (optional) defaults to undefined|
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
### Return type
|
|
1926
|
+
|
|
1927
|
+
**PaginatedTLDList**
|
|
1928
|
+
|
|
1929
|
+
### Authorization
|
|
1930
|
+
|
|
1931
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1932
|
+
|
|
1933
|
+
### HTTP request headers
|
|
1934
|
+
|
|
1935
|
+
- **Content-Type**: Not defined
|
|
1936
|
+
- **Accept**: application/json
|
|
1937
|
+
|
|
1938
|
+
|
|
1939
|
+
### HTTP response details
|
|
1940
|
+
| Status code | Description | Response headers |
|
|
1941
|
+
|-------------|-------------|------------------|
|
|
1942
|
+
|**200** | | - |
|
|
1943
|
+
|
|
1944
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1945
|
+
|
|
1946
|
+
# **domainTldRetrieve**
|
|
1947
|
+
> TLD domainTldRetrieve()
|
|
1948
|
+
|
|
1949
|
+
Manage your TLDs
|
|
1950
|
+
|
|
1951
|
+
### Example
|
|
1952
|
+
|
|
1953
|
+
```typescript
|
|
1954
|
+
import {
|
|
1955
|
+
DomainApi,
|
|
1956
|
+
Configuration
|
|
1957
|
+
} from '@pidginhost/sdk';
|
|
1958
|
+
|
|
1959
|
+
const configuration = new Configuration();
|
|
1960
|
+
const apiInstance = new DomainApi(configuration);
|
|
1961
|
+
|
|
1962
|
+
let id: number; //A unique integer value identifying this top level domain. (default to undefined)
|
|
1963
|
+
|
|
1964
|
+
const { status, data } = await apiInstance.domainTldRetrieve(
|
|
1965
|
+
id
|
|
1966
|
+
);
|
|
1967
|
+
```
|
|
1968
|
+
|
|
1969
|
+
### Parameters
|
|
1970
|
+
|
|
1971
|
+
|Name | Type | Description | Notes|
|
|
1972
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1973
|
+
| **id** | [**number**] | A unique integer value identifying this top level domain. | defaults to undefined|
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
### Return type
|
|
1977
|
+
|
|
1978
|
+
**TLD**
|
|
1979
|
+
|
|
1980
|
+
### Authorization
|
|
1981
|
+
|
|
1982
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
1983
|
+
|
|
1984
|
+
### HTTP request headers
|
|
1985
|
+
|
|
1986
|
+
- **Content-Type**: Not defined
|
|
1987
|
+
- **Accept**: application/json
|
|
1988
|
+
|
|
1989
|
+
|
|
1990
|
+
### HTTP response details
|
|
1991
|
+
| Status code | Description | Response headers |
|
|
1992
|
+
|-------------|-------------|------------------|
|
|
1993
|
+
|**200** | | - |
|
|
1994
|
+
|
|
1995
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
1996
|
+
|
|
1997
|
+
# **domainTldRetrieve2**
|
|
1998
|
+
> TLD domainTldRetrieve2()
|
|
1999
|
+
|
|
2000
|
+
Manage your TLDs
|
|
2001
|
+
|
|
2002
|
+
### Example
|
|
2003
|
+
|
|
2004
|
+
```typescript
|
|
2005
|
+
import {
|
|
2006
|
+
DomainApi,
|
|
2007
|
+
Configuration
|
|
2008
|
+
} from '@pidginhost/sdk';
|
|
2009
|
+
|
|
2010
|
+
const configuration = new Configuration();
|
|
2011
|
+
const apiInstance = new DomainApi(configuration);
|
|
2012
|
+
|
|
2013
|
+
let id: number; //A unique integer value identifying this top level domain. (default to undefined)
|
|
2014
|
+
|
|
2015
|
+
const { status, data } = await apiInstance.domainTldRetrieve2(
|
|
2016
|
+
id
|
|
2017
|
+
);
|
|
2018
|
+
```
|
|
2019
|
+
|
|
2020
|
+
### Parameters
|
|
2021
|
+
|
|
2022
|
+
|Name | Type | Description | Notes|
|
|
2023
|
+
|------------- | ------------- | ------------- | -------------|
|
|
2024
|
+
| **id** | [**number**] | A unique integer value identifying this top level domain. | defaults to undefined|
|
|
2025
|
+
|
|
2026
|
+
|
|
2027
|
+
### Return type
|
|
2028
|
+
|
|
2029
|
+
**TLD**
|
|
2030
|
+
|
|
2031
|
+
### Authorization
|
|
2032
|
+
|
|
2033
|
+
[cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth)
|
|
2034
|
+
|
|
2035
|
+
### HTTP request headers
|
|
2036
|
+
|
|
2037
|
+
- **Content-Type**: Not defined
|
|
2038
|
+
- **Accept**: application/json
|
|
2039
|
+
|
|
2040
|
+
|
|
2041
|
+
### HTTP response details
|
|
2042
|
+
| Status code | Description | Response headers |
|
|
2043
|
+
|-------------|-------------|------------------|
|
|
2044
|
+
|**200** | | - |
|
|
2045
|
+
|
|
2046
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
2047
|
+
|