@opusdns/api 0.68.0 → 0.69.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/package.json +1 -1
- package/src/helpers/requests.d.ts +91 -66
- package/src/helpers/responses.d.ts +94 -75
- package/src/openapi.yaml +101 -77
- package/src/schema.d.ts +166 -81
package/src/openapi.yaml
CHANGED
|
@@ -5196,7 +5196,7 @@ info:
|
|
|
5196
5196
|
'
|
|
5197
5197
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
5198
5198
|
title: OpusDNS API
|
|
5199
|
-
version: 2025-09-29-
|
|
5199
|
+
version: 2025-09-29-071158
|
|
5200
5200
|
x-logo:
|
|
5201
5201
|
altText: OpusDNS API Reference
|
|
5202
5202
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -5260,7 +5260,7 @@ paths:
|
|
|
5260
5260
|
description: Validation Error
|
|
5261
5261
|
security:
|
|
5262
5262
|
- OAuth2PasswordBearer: []
|
|
5263
|
-
summary: List
|
|
5263
|
+
summary: List all API keys
|
|
5264
5264
|
tags:
|
|
5265
5265
|
- authentication
|
|
5266
5266
|
post:
|
|
@@ -5298,7 +5298,7 @@ paths:
|
|
|
5298
5298
|
description: Validation Error
|
|
5299
5299
|
security:
|
|
5300
5300
|
- OAuth2PasswordBearer: []
|
|
5301
|
-
summary: Issue
|
|
5301
|
+
summary: Issue an API key
|
|
5302
5302
|
tags:
|
|
5303
5303
|
- authentication
|
|
5304
5304
|
/v1/auth/client_credentials/{api_key_id}:
|
|
@@ -5353,7 +5353,7 @@ paths:
|
|
|
5353
5353
|
description: Validation Error
|
|
5354
5354
|
security:
|
|
5355
5355
|
- OAuth2PasswordBearer: []
|
|
5356
|
-
summary: Delete
|
|
5356
|
+
summary: Delete an API key
|
|
5357
5357
|
tags:
|
|
5358
5358
|
- authentication
|
|
5359
5359
|
/v1/auth/logout:
|
|
@@ -5527,7 +5527,7 @@ paths:
|
|
|
5527
5527
|
description: Bad Gateway
|
|
5528
5528
|
security:
|
|
5529
5529
|
- OAuth2PasswordBearer: []
|
|
5530
|
-
summary:
|
|
5530
|
+
summary: Check domain availability
|
|
5531
5531
|
tags:
|
|
5532
5532
|
- availability
|
|
5533
5533
|
/v1/availability/stream:
|
|
@@ -5608,12 +5608,12 @@ paths:
|
|
|
5608
5608
|
description: Bad Gateway
|
|
5609
5609
|
security:
|
|
5610
5610
|
- OAuth2PasswordBearer: []
|
|
5611
|
-
summary: Stream
|
|
5611
|
+
summary: Stream domain availability results
|
|
5612
5612
|
tags:
|
|
5613
5613
|
- availability
|
|
5614
5614
|
/v1/contacts:
|
|
5615
5615
|
get:
|
|
5616
|
-
description:
|
|
5616
|
+
description: Retrieves a paginated list of all contacts
|
|
5617
5617
|
operationId: get_contacts_v1_contacts_get
|
|
5618
5618
|
parameters:
|
|
5619
5619
|
- in: query
|
|
@@ -5718,11 +5718,11 @@ paths:
|
|
|
5718
5718
|
description: Validation Error
|
|
5719
5719
|
security:
|
|
5720
5720
|
- OAuth2PasswordBearer: []
|
|
5721
|
-
summary:
|
|
5721
|
+
summary: List all contacts
|
|
5722
5722
|
tags:
|
|
5723
5723
|
- contact
|
|
5724
5724
|
post:
|
|
5725
|
-
description: Create a contact
|
|
5725
|
+
description: Create a new contact object to use for domain registration
|
|
5726
5726
|
operationId: create_contact_v1_contacts_post
|
|
5727
5727
|
requestBody:
|
|
5728
5728
|
content:
|
|
@@ -5745,12 +5745,11 @@ paths:
|
|
|
5745
5745
|
description: Validation Error
|
|
5746
5746
|
security:
|
|
5747
5747
|
- OAuth2PasswordBearer: []
|
|
5748
|
-
summary: Create
|
|
5748
|
+
summary: Create a contact
|
|
5749
5749
|
tags:
|
|
5750
5750
|
- contact
|
|
5751
5751
|
/v1/contacts/verification:
|
|
5752
5752
|
get:
|
|
5753
|
-
description: Retrieve contact verification
|
|
5754
5753
|
operationId: get_verification_by_token_v1_contacts_verification_get
|
|
5755
5754
|
parameters:
|
|
5756
5755
|
- in: query
|
|
@@ -5797,11 +5796,10 @@ paths:
|
|
|
5797
5796
|
schema:
|
|
5798
5797
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
5799
5798
|
description: Validation Error
|
|
5800
|
-
summary:
|
|
5799
|
+
summary: Retrieve contact verification by token
|
|
5801
5800
|
tags:
|
|
5802
5801
|
- contact
|
|
5803
5802
|
put:
|
|
5804
|
-
description: Complete contact verification
|
|
5805
5803
|
operationId: update_verification_by_token_v1_contacts_verification_put
|
|
5806
5804
|
parameters:
|
|
5807
5805
|
- in: query
|
|
@@ -5859,7 +5857,7 @@ paths:
|
|
|
5859
5857
|
schema:
|
|
5860
5858
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
5861
5859
|
description: Validation Error
|
|
5862
|
-
summary:
|
|
5860
|
+
summary: Complete contact verification with token
|
|
5863
5861
|
tags:
|
|
5864
5862
|
- contact
|
|
5865
5863
|
/v1/contacts/verify:
|
|
@@ -5889,7 +5887,8 @@ paths:
|
|
|
5889
5887
|
- contact
|
|
5890
5888
|
/v1/contacts/{contact_id}:
|
|
5891
5889
|
delete:
|
|
5892
|
-
description:
|
|
5890
|
+
description: Deletes a contact object; only possible if the contact is not in
|
|
5891
|
+
use
|
|
5893
5892
|
operationId: delete_contact_v1_contacts__contact_id__delete
|
|
5894
5893
|
parameters:
|
|
5895
5894
|
- in: path
|
|
@@ -5965,11 +5964,11 @@ paths:
|
|
|
5965
5964
|
description: Validation Error
|
|
5966
5965
|
security:
|
|
5967
5966
|
- OAuth2PasswordBearer: []
|
|
5968
|
-
summary: Delete
|
|
5967
|
+
summary: Delete a contact
|
|
5969
5968
|
tags:
|
|
5970
5969
|
- contact
|
|
5971
5970
|
get:
|
|
5972
|
-
description:
|
|
5971
|
+
description: Retrieves a contact object
|
|
5973
5972
|
operationId: get_contact_v1_contacts__contact_id__get
|
|
5974
5973
|
parameters:
|
|
5975
5974
|
- in: path
|
|
@@ -6011,12 +6010,11 @@ paths:
|
|
|
6011
6010
|
description: Validation Error
|
|
6012
6011
|
security:
|
|
6013
6012
|
- OAuth2PasswordBearer: []
|
|
6014
|
-
summary:
|
|
6013
|
+
summary: Retrieve a contact
|
|
6015
6014
|
tags:
|
|
6016
6015
|
- contact
|
|
6017
6016
|
/v1/contacts/{contact_id}/verification:
|
|
6018
6017
|
delete:
|
|
6019
|
-
description: Delete contact verification
|
|
6020
6018
|
operationId: cancel_verification_v1_contacts__contact_id__verification_delete
|
|
6021
6019
|
parameters:
|
|
6022
6020
|
- in: path
|
|
@@ -6066,11 +6064,10 @@ paths:
|
|
|
6066
6064
|
description: Validation Error
|
|
6067
6065
|
security:
|
|
6068
6066
|
- OAuth2PasswordBearer: []
|
|
6069
|
-
summary:
|
|
6067
|
+
summary: Delete contact verification
|
|
6070
6068
|
tags:
|
|
6071
6069
|
- contact
|
|
6072
6070
|
get:
|
|
6073
|
-
description: Retrieve contact verification
|
|
6074
6071
|
operationId: get_verification_status_v1_contacts__contact_id__verification_get
|
|
6075
6072
|
parameters:
|
|
6076
6073
|
- in: path
|
|
@@ -6124,11 +6121,10 @@ paths:
|
|
|
6124
6121
|
description: Validation Error
|
|
6125
6122
|
security:
|
|
6126
6123
|
- OAuth2PasswordBearer: []
|
|
6127
|
-
summary:
|
|
6124
|
+
summary: Retrieve contact verification by contact ID
|
|
6128
6125
|
tags:
|
|
6129
6126
|
- contact
|
|
6130
6127
|
post:
|
|
6131
|
-
description: Start contact verification
|
|
6132
6128
|
operationId: start_contact_verification_v1_contacts__contact_id__verification_post
|
|
6133
6129
|
parameters:
|
|
6134
6130
|
- in: path
|
|
@@ -6203,11 +6199,10 @@ paths:
|
|
|
6203
6199
|
description: Validation Error
|
|
6204
6200
|
security:
|
|
6205
6201
|
- OAuth2PasswordBearer: []
|
|
6206
|
-
summary: Start
|
|
6202
|
+
summary: Start contact verification
|
|
6207
6203
|
tags:
|
|
6208
6204
|
- contact
|
|
6209
6205
|
put:
|
|
6210
|
-
description: Complete contact verification
|
|
6211
6206
|
operationId: update_verification_v1_contacts__contact_id__verification_put
|
|
6212
6207
|
parameters:
|
|
6213
6208
|
- in: path
|
|
@@ -6291,7 +6286,7 @@ paths:
|
|
|
6291
6286
|
description: Validation Error
|
|
6292
6287
|
security:
|
|
6293
6288
|
- OAuth2PasswordBearer: []
|
|
6294
|
-
summary:
|
|
6289
|
+
summary: Complete contact verification by contact ID
|
|
6295
6290
|
tags:
|
|
6296
6291
|
- contact
|
|
6297
6292
|
/v1/dns:
|
|
@@ -6717,6 +6712,7 @@ paths:
|
|
|
6717
6712
|
- dns
|
|
6718
6713
|
/v1/domain-search/suggest:
|
|
6719
6714
|
get:
|
|
6715
|
+
description: Get a list of domain suggestions based on a search query
|
|
6720
6716
|
operationId: suggest_v1_domain_search_suggest_get
|
|
6721
6717
|
parameters:
|
|
6722
6718
|
- description: The primary keyword or phrase for the domain search
|
|
@@ -6727,11 +6723,7 @@ paths:
|
|
|
6727
6723
|
description: The primary keyword or phrase for the domain search
|
|
6728
6724
|
title: Query
|
|
6729
6725
|
type: string
|
|
6730
|
-
- description:
|
|
6731
|
-
|
|
6732
|
-
Specify one or more TLDs to include in the search.
|
|
6733
|
-
|
|
6734
|
-
'
|
|
6726
|
+
- description: The TLDs to include in the search
|
|
6735
6727
|
examples:
|
|
6736
6728
|
list:
|
|
6737
6729
|
summary: A list of TLDs
|
|
@@ -6748,11 +6740,7 @@ paths:
|
|
|
6748
6740
|
type: string
|
|
6749
6741
|
type: array
|
|
6750
6742
|
- type: 'null'
|
|
6751
|
-
description:
|
|
6752
|
-
|
|
6753
|
-
Specify one or more TLDs to include in the search.
|
|
6754
|
-
|
|
6755
|
-
'
|
|
6743
|
+
description: The TLDs to include in the search
|
|
6756
6744
|
title: Tlds
|
|
6757
6745
|
- description: The maximum number of domain suggestions to return
|
|
6758
6746
|
in: query
|
|
@@ -6815,7 +6803,7 @@ paths:
|
|
|
6815
6803
|
description: Bad Gateway
|
|
6816
6804
|
security:
|
|
6817
6805
|
- OAuth2PasswordBearer: []
|
|
6818
|
-
summary: Suggest
|
|
6806
|
+
summary: Suggest domains
|
|
6819
6807
|
tags:
|
|
6820
6808
|
- domain_search
|
|
6821
6809
|
/v1/domains:
|
|
@@ -7744,7 +7732,7 @@ paths:
|
|
|
7744
7732
|
description: Validation Error
|
|
7745
7733
|
security:
|
|
7746
7734
|
- OAuth2PasswordBearer: []
|
|
7747
|
-
summary: Restore
|
|
7735
|
+
summary: Restore an eligible domain (during redemption period)
|
|
7748
7736
|
tags:
|
|
7749
7737
|
- domain
|
|
7750
7738
|
/v1/domains/{domain_reference}/transfer:
|
|
@@ -8068,6 +8056,7 @@ paths:
|
|
|
8068
8056
|
- email_forward
|
|
8069
8057
|
/v1/events:
|
|
8070
8058
|
get:
|
|
8059
|
+
description: Retrieves a paginated list of pending events for the organization
|
|
8071
8060
|
operationId: get_events_v1_events_get
|
|
8072
8061
|
parameters:
|
|
8073
8062
|
- in: query
|
|
@@ -8114,11 +8103,12 @@ paths:
|
|
|
8114
8103
|
description: Validation Error
|
|
8115
8104
|
security:
|
|
8116
8105
|
- OAuth2PasswordBearer: []
|
|
8117
|
-
summary: Get
|
|
8106
|
+
summary: Get pending events
|
|
8118
8107
|
tags:
|
|
8119
8108
|
- event
|
|
8120
8109
|
/v1/events/{event_id}:
|
|
8121
8110
|
get:
|
|
8111
|
+
description: Get an event by its ID
|
|
8122
8112
|
operationId: get_event_v1_events__event_id__get
|
|
8123
8113
|
parameters:
|
|
8124
8114
|
- in: path
|
|
@@ -8172,10 +8162,11 @@ paths:
|
|
|
8172
8162
|
description: Validation Error
|
|
8173
8163
|
security:
|
|
8174
8164
|
- OAuth2PasswordBearer: []
|
|
8175
|
-
summary: Get
|
|
8165
|
+
summary: Get event
|
|
8176
8166
|
tags:
|
|
8177
8167
|
- event
|
|
8178
8168
|
patch:
|
|
8169
|
+
description: Acknowledge an event
|
|
8179
8170
|
operationId: acknowledge_event_v1_events__event_id__patch
|
|
8180
8171
|
parameters:
|
|
8181
8172
|
- in: path
|
|
@@ -8225,11 +8216,12 @@ paths:
|
|
|
8225
8216
|
description: Validation Error
|
|
8226
8217
|
security:
|
|
8227
8218
|
- OAuth2PasswordBearer: []
|
|
8228
|
-
summary: Acknowledge
|
|
8219
|
+
summary: Acknowledge event
|
|
8229
8220
|
tags:
|
|
8230
8221
|
- event
|
|
8231
8222
|
/v1/organizations:
|
|
8232
8223
|
get:
|
|
8224
|
+
description: Retrieves a paginated list of organizations under the current organization
|
|
8233
8225
|
operationId: list_organizations_v1_organizations_get
|
|
8234
8226
|
parameters:
|
|
8235
8227
|
- in: query
|
|
@@ -8264,10 +8256,11 @@ paths:
|
|
|
8264
8256
|
description: Validation Error
|
|
8265
8257
|
security:
|
|
8266
8258
|
- OAuth2PasswordBearer: []
|
|
8267
|
-
summary: List
|
|
8259
|
+
summary: List all organizations
|
|
8268
8260
|
tags:
|
|
8269
8261
|
- organization
|
|
8270
8262
|
post:
|
|
8263
|
+
description: Create a new organization under the current organization
|
|
8271
8264
|
operationId: create_organization_v1_organizations_post
|
|
8272
8265
|
requestBody:
|
|
8273
8266
|
content:
|
|
@@ -8290,11 +8283,12 @@ paths:
|
|
|
8290
8283
|
description: Validation Error
|
|
8291
8284
|
security:
|
|
8292
8285
|
- OAuth2PasswordBearer: []
|
|
8293
|
-
summary: Create
|
|
8286
|
+
summary: Create an organization
|
|
8294
8287
|
tags:
|
|
8295
8288
|
- organization
|
|
8296
8289
|
/v1/organizations/attributes:
|
|
8297
8290
|
get:
|
|
8291
|
+
description: Retrieves a list of organization attributes for the current organization
|
|
8298
8292
|
operationId: get_attributes_v1_organizations_attributes_get
|
|
8299
8293
|
parameters:
|
|
8300
8294
|
- in: query
|
|
@@ -8340,10 +8334,11 @@ paths:
|
|
|
8340
8334
|
description: Validation Error
|
|
8341
8335
|
security:
|
|
8342
8336
|
- OAuth2PasswordBearer: []
|
|
8343
|
-
summary:
|
|
8337
|
+
summary: List organization attributes
|
|
8344
8338
|
tags:
|
|
8345
8339
|
- organization
|
|
8346
8340
|
patch:
|
|
8341
|
+
description: Updates one or more organization attributes for the current organization
|
|
8347
8342
|
operationId: update_attributes_v1_organizations_attributes_patch
|
|
8348
8343
|
parameters:
|
|
8349
8344
|
- in: query
|
|
@@ -8386,11 +8381,12 @@ paths:
|
|
|
8386
8381
|
description: Validation Error
|
|
8387
8382
|
security:
|
|
8388
8383
|
- OAuth2PasswordBearer: []
|
|
8389
|
-
summary: Update
|
|
8384
|
+
summary: Update organization attributes
|
|
8390
8385
|
tags:
|
|
8391
8386
|
- organization
|
|
8392
8387
|
/v1/organizations/attributes/{organization_id}:
|
|
8393
8388
|
get:
|
|
8389
|
+
description: Retrieves a list of organization attributes for the specified organization
|
|
8394
8390
|
operationId: get_attributes_v1_organizations_attributes__organization_id__get
|
|
8395
8391
|
parameters:
|
|
8396
8392
|
- in: path
|
|
@@ -8437,10 +8433,11 @@ paths:
|
|
|
8437
8433
|
description: Validation Error
|
|
8438
8434
|
security:
|
|
8439
8435
|
- OAuth2PasswordBearer: []
|
|
8440
|
-
summary:
|
|
8436
|
+
summary: List organization attributes
|
|
8441
8437
|
tags:
|
|
8442
8438
|
- organization
|
|
8443
8439
|
patch:
|
|
8440
|
+
description: Updates one or more organization attributes for the specified organization
|
|
8444
8441
|
operationId: update_attributes_v1_organizations_attributes__organization_id__patch
|
|
8445
8442
|
parameters:
|
|
8446
8443
|
- in: path
|
|
@@ -8484,7 +8481,7 @@ paths:
|
|
|
8484
8481
|
description: Validation Error
|
|
8485
8482
|
security:
|
|
8486
8483
|
- OAuth2PasswordBearer: []
|
|
8487
|
-
summary: Update
|
|
8484
|
+
summary: Update organization attributes
|
|
8488
8485
|
tags:
|
|
8489
8486
|
- organization
|
|
8490
8487
|
/v1/organizations/ip-restrictions:
|
|
@@ -8510,7 +8507,7 @@ paths:
|
|
|
8510
8507
|
description: Successful Response
|
|
8511
8508
|
security:
|
|
8512
8509
|
- OAuth2PasswordBearer: []
|
|
8513
|
-
summary: List
|
|
8510
|
+
summary: List IP restrictions
|
|
8514
8511
|
tags:
|
|
8515
8512
|
- organization
|
|
8516
8513
|
post:
|
|
@@ -8543,7 +8540,7 @@ paths:
|
|
|
8543
8540
|
description: Validation Error
|
|
8544
8541
|
security:
|
|
8545
8542
|
- OAuth2PasswordBearer: []
|
|
8546
|
-
summary: Create
|
|
8543
|
+
summary: Create an IP restriction
|
|
8547
8544
|
tags:
|
|
8548
8545
|
- organization
|
|
8549
8546
|
/v1/organizations/ip-restrictions/{ip_restriction_id}:
|
|
@@ -8571,7 +8568,7 @@ paths:
|
|
|
8571
8568
|
description: Validation Error
|
|
8572
8569
|
security:
|
|
8573
8570
|
- OAuth2PasswordBearer: []
|
|
8574
|
-
summary: Delete
|
|
8571
|
+
summary: Delete an IP restriction
|
|
8575
8572
|
tags:
|
|
8576
8573
|
- organization
|
|
8577
8574
|
get:
|
|
@@ -8606,7 +8603,7 @@ paths:
|
|
|
8606
8603
|
description: Validation Error
|
|
8607
8604
|
security:
|
|
8608
8605
|
- OAuth2PasswordBearer: []
|
|
8609
|
-
summary: Get
|
|
8606
|
+
summary: Get an IP restriction
|
|
8610
8607
|
tags:
|
|
8611
8608
|
- organization
|
|
8612
8609
|
patch:
|
|
@@ -8646,11 +8643,12 @@ paths:
|
|
|
8646
8643
|
description: Validation Error
|
|
8647
8644
|
security:
|
|
8648
8645
|
- OAuth2PasswordBearer: []
|
|
8649
|
-
summary: Update
|
|
8646
|
+
summary: Update an IP restriction
|
|
8650
8647
|
tags:
|
|
8651
8648
|
- organization
|
|
8652
8649
|
/v1/organizations/roles:
|
|
8653
8650
|
get:
|
|
8651
|
+
description: Retrieves a list of roles for the current organization
|
|
8654
8652
|
operationId: list_roles_v1_organizations_roles_get
|
|
8655
8653
|
responses:
|
|
8656
8654
|
'200':
|
|
@@ -8660,11 +8658,12 @@ paths:
|
|
|
8660
8658
|
description: Successful Response
|
|
8661
8659
|
security:
|
|
8662
8660
|
- OAuth2PasswordBearer: []
|
|
8663
|
-
summary: List
|
|
8661
|
+
summary: List all roles
|
|
8664
8662
|
tags:
|
|
8665
8663
|
- organization
|
|
8666
8664
|
/v1/organizations/users:
|
|
8667
8665
|
get:
|
|
8666
|
+
description: Retrieves a paginated list of users under the current organization
|
|
8668
8667
|
operationId: list_users_v1_organizations_users_get
|
|
8669
8668
|
parameters:
|
|
8670
8669
|
- in: query
|
|
@@ -8699,11 +8698,12 @@ paths:
|
|
|
8699
8698
|
description: Validation Error
|
|
8700
8699
|
security:
|
|
8701
8700
|
- OAuth2PasswordBearer: []
|
|
8702
|
-
summary: List
|
|
8701
|
+
summary: List all users
|
|
8703
8702
|
tags:
|
|
8704
8703
|
- organization
|
|
8705
8704
|
/v1/organizations/{organization_id}:
|
|
8706
8705
|
delete:
|
|
8706
|
+
description: Permanently deletes an organization
|
|
8707
8707
|
operationId: delete_user_v1_organizations__organization_id__delete
|
|
8708
8708
|
parameters:
|
|
8709
8709
|
- in: path
|
|
@@ -8728,10 +8728,11 @@ paths:
|
|
|
8728
8728
|
description: Validation Error
|
|
8729
8729
|
security:
|
|
8730
8730
|
- OAuth2PasswordBearer: []
|
|
8731
|
-
summary: Delete
|
|
8731
|
+
summary: Delete an organization
|
|
8732
8732
|
tags:
|
|
8733
8733
|
- organization
|
|
8734
8734
|
get:
|
|
8735
|
+
description: Retrieves details for a specific organization
|
|
8735
8736
|
operationId: get_organization_v1_organizations__organization_id__get
|
|
8736
8737
|
parameters:
|
|
8737
8738
|
- in: path
|
|
@@ -8760,10 +8761,11 @@ paths:
|
|
|
8760
8761
|
description: Validation Error
|
|
8761
8762
|
security:
|
|
8762
8763
|
- OAuth2PasswordBearer: []
|
|
8763
|
-
summary: Get
|
|
8764
|
+
summary: Get organization details
|
|
8764
8765
|
tags:
|
|
8765
8766
|
- organization
|
|
8766
8767
|
patch:
|
|
8768
|
+
description: Updates details for a specific organization
|
|
8767
8769
|
operationId: update_organization_v1_organizations__organization_id__patch
|
|
8768
8770
|
parameters:
|
|
8769
8771
|
- in: path
|
|
@@ -8798,11 +8800,12 @@ paths:
|
|
|
8798
8800
|
description: Validation Error
|
|
8799
8801
|
security:
|
|
8800
8802
|
- OAuth2PasswordBearer: []
|
|
8801
|
-
summary: Update
|
|
8803
|
+
summary: Update an organization
|
|
8802
8804
|
tags:
|
|
8803
8805
|
- organization
|
|
8804
8806
|
/v1/organizations/{organization_id}/billing/checkout-sessions:
|
|
8805
8807
|
post:
|
|
8808
|
+
description: Create a checkout session for the organization
|
|
8806
8809
|
operationId: get_checkout_session_v1_organizations__organization_id__billing_checkout_sessions_post
|
|
8807
8810
|
parameters:
|
|
8808
8811
|
- in: path
|
|
@@ -8837,12 +8840,13 @@ paths:
|
|
|
8837
8840
|
description: Validation Error
|
|
8838
8841
|
security:
|
|
8839
8842
|
- OAuth2PasswordBearer: []
|
|
8840
|
-
summary:
|
|
8843
|
+
summary: Create checkout session
|
|
8841
8844
|
tags:
|
|
8842
8845
|
- organization
|
|
8843
8846
|
- organization
|
|
8844
8847
|
/v1/organizations/{organization_id}/billing/payment-methods:
|
|
8845
8848
|
get:
|
|
8849
|
+
description: List all available payment methods for the organization
|
|
8846
8850
|
operationId: list_payment_methods_v1_organizations__organization_id__billing_payment_methods_get
|
|
8847
8851
|
parameters:
|
|
8848
8852
|
- in: path
|
|
@@ -8875,12 +8879,13 @@ paths:
|
|
|
8875
8879
|
description: Validation Error
|
|
8876
8880
|
security:
|
|
8877
8881
|
- OAuth2PasswordBearer: []
|
|
8878
|
-
summary: List
|
|
8882
|
+
summary: List all payment methods
|
|
8879
8883
|
tags:
|
|
8880
8884
|
- organization
|
|
8881
8885
|
- organization
|
|
8882
8886
|
/v1/organizations/{organization_id}/billing/payment-methods/{payment_method_id}:
|
|
8883
8887
|
delete:
|
|
8888
|
+
description: Delete a payment method for the organization
|
|
8884
8889
|
operationId: delete_payment_method_v1_organizations__organization_id__billing_payment_methods__payment_method_id__delete
|
|
8885
8890
|
parameters:
|
|
8886
8891
|
- in: path
|
|
@@ -8911,12 +8916,13 @@ paths:
|
|
|
8911
8916
|
description: Validation Error
|
|
8912
8917
|
security:
|
|
8913
8918
|
- OAuth2PasswordBearer: []
|
|
8914
|
-
summary: Delete
|
|
8919
|
+
summary: Delete a payment method
|
|
8915
8920
|
tags:
|
|
8916
8921
|
- organization
|
|
8917
8922
|
- organization
|
|
8918
8923
|
/v1/organizations/{organization_id}/billing/payment-methods/{payment_method_id}/default:
|
|
8919
8924
|
patch:
|
|
8925
|
+
description: Set the provided payment method as default for the specified organization
|
|
8920
8926
|
operationId: update_default_payment_method_v1_organizations__organization_id__billing_payment_methods__payment_method_id__default_patch
|
|
8921
8927
|
parameters:
|
|
8922
8928
|
- in: path
|
|
@@ -8955,12 +8961,14 @@ paths:
|
|
|
8955
8961
|
description: Validation Error
|
|
8956
8962
|
security:
|
|
8957
8963
|
- OAuth2PasswordBearer: []
|
|
8958
|
-
summary:
|
|
8964
|
+
summary: Set payment method as default
|
|
8959
8965
|
tags:
|
|
8960
8966
|
- organization
|
|
8961
8967
|
- organization
|
|
8962
8968
|
/v1/organizations/{organization_id}/billing/wallet/credits:
|
|
8963
8969
|
post:
|
|
8970
|
+
description: Credit the organization's wallet using the provided amount and
|
|
8971
|
+
payment method
|
|
8964
8972
|
operationId: credit_wallet_v1_organizations__organization_id__billing_wallet_credits_post
|
|
8965
8973
|
parameters:
|
|
8966
8974
|
- in: path
|
|
@@ -8995,12 +9003,13 @@ paths:
|
|
|
8995
9003
|
description: Validation Error
|
|
8996
9004
|
security:
|
|
8997
9005
|
- OAuth2PasswordBearer: []
|
|
8998
|
-
summary: Credit
|
|
9006
|
+
summary: Credit wallet
|
|
8999
9007
|
tags:
|
|
9000
9008
|
- organization
|
|
9001
9009
|
- organization
|
|
9002
9010
|
/v1/organizations/{organization_id}/plan:
|
|
9003
9011
|
patch:
|
|
9012
|
+
description: Changes the plan for an organization
|
|
9004
9013
|
operationId: change_plan_v1_organizations__organization_id__plan_patch
|
|
9005
9014
|
parameters:
|
|
9006
9015
|
- in: path
|
|
@@ -9035,11 +9044,12 @@ paths:
|
|
|
9035
9044
|
description: Validation Error
|
|
9036
9045
|
security:
|
|
9037
9046
|
- OAuth2PasswordBearer: []
|
|
9038
|
-
summary:
|
|
9047
|
+
summary: Update organization plan
|
|
9039
9048
|
tags:
|
|
9040
9049
|
- organization
|
|
9041
9050
|
/v1/organizations/{organization_id}/plans:
|
|
9042
9051
|
get:
|
|
9052
|
+
description: Retrieves a list of plans for an organization
|
|
9043
9053
|
operationId: get_current_available_plans_v1_organizations__organization_id__plans_get
|
|
9044
9054
|
parameters:
|
|
9045
9055
|
- in: path
|
|
@@ -9068,11 +9078,13 @@ paths:
|
|
|
9068
9078
|
description: Validation Error
|
|
9069
9079
|
security:
|
|
9070
9080
|
- OAuth2PasswordBearer: []
|
|
9071
|
-
summary: Get
|
|
9081
|
+
summary: Get plans for an organization
|
|
9072
9082
|
tags:
|
|
9073
9083
|
- organization
|
|
9074
9084
|
/v1/organizations/{organization_id}/pricing/product-type/{product_type}:
|
|
9075
9085
|
get:
|
|
9086
|
+
description: Retrieves pricing data for a specific product type. If a product
|
|
9087
|
+
action/class are specified, only prices for those are returned, if any.
|
|
9076
9088
|
operationId: get_pricing_plans_v1_organizations__organization_id__pricing_product_type__product_type__get
|
|
9077
9089
|
parameters:
|
|
9078
9090
|
- in: path
|
|
@@ -9122,11 +9134,12 @@ paths:
|
|
|
9122
9134
|
description: Validation Error
|
|
9123
9135
|
security:
|
|
9124
9136
|
- OAuth2PasswordBearer: []
|
|
9125
|
-
summary:
|
|
9137
|
+
summary: List product prices
|
|
9126
9138
|
tags:
|
|
9127
9139
|
- organization
|
|
9128
9140
|
/v1/organizations/{organization_id}/transactions:
|
|
9129
9141
|
get:
|
|
9142
|
+
description: Retrieves a paginated list of transactions for an organization
|
|
9130
9143
|
operationId: get_transactions_v1_organizations__organization_id__transactions_get
|
|
9131
9144
|
parameters:
|
|
9132
9145
|
- in: path
|
|
@@ -9253,11 +9266,12 @@ paths:
|
|
|
9253
9266
|
description: Validation Error
|
|
9254
9267
|
security:
|
|
9255
9268
|
- OAuth2PasswordBearer: []
|
|
9256
|
-
summary:
|
|
9269
|
+
summary: List all transactions
|
|
9257
9270
|
tags:
|
|
9258
9271
|
- organization
|
|
9259
9272
|
/v1/organizations/{organization_id}/transactions/{transaction_id}:
|
|
9260
9273
|
get:
|
|
9274
|
+
description: Retrieves details for a specific transaction for an organization
|
|
9261
9275
|
operationId: get_transaction_v1_organizations__organization_id__transactions__transaction_id__get
|
|
9262
9276
|
parameters:
|
|
9263
9277
|
- in: path
|
|
@@ -9297,11 +9311,12 @@ paths:
|
|
|
9297
9311
|
description: Validation Error
|
|
9298
9312
|
security:
|
|
9299
9313
|
- OAuth2PasswordBearer: []
|
|
9300
|
-
summary: Get a specific transaction
|
|
9314
|
+
summary: Get a specific transaction
|
|
9301
9315
|
tags:
|
|
9302
9316
|
- organization
|
|
9303
9317
|
/v1/tlds/portfolio:
|
|
9304
9318
|
get:
|
|
9319
|
+
description: Retrieves a list of TLDs we have support for
|
|
9305
9320
|
operationId: get_tld_portfolio_v1_tlds_portfolio_get
|
|
9306
9321
|
responses:
|
|
9307
9322
|
'200':
|
|
@@ -9315,11 +9330,12 @@ paths:
|
|
|
9315
9330
|
description: Successful Response
|
|
9316
9331
|
security:
|
|
9317
9332
|
- OAuth2PasswordBearer: []
|
|
9318
|
-
summary: Get
|
|
9333
|
+
summary: Get the list of TLDs we support
|
|
9319
9334
|
tags:
|
|
9320
9335
|
- tld
|
|
9321
9336
|
/v1/tlds/{tld}:
|
|
9322
9337
|
get:
|
|
9338
|
+
description: Retrieves the TLD specification for a given TLD
|
|
9323
9339
|
operationId: get_tld_spec_v1_tlds__tld__get
|
|
9324
9340
|
parameters:
|
|
9325
9341
|
- in: path
|
|
@@ -9355,11 +9371,12 @@ paths:
|
|
|
9355
9371
|
description: Validation Error
|
|
9356
9372
|
security:
|
|
9357
9373
|
- OAuth2PasswordBearer: []
|
|
9358
|
-
summary: Get
|
|
9374
|
+
summary: Get the TLD specification
|
|
9359
9375
|
tags:
|
|
9360
9376
|
- tld
|
|
9361
9377
|
/v1/users:
|
|
9362
9378
|
post:
|
|
9379
|
+
description: Create a new user
|
|
9363
9380
|
operationId: create_user_v1_users_post
|
|
9364
9381
|
requestBody:
|
|
9365
9382
|
content:
|
|
@@ -9382,11 +9399,12 @@ paths:
|
|
|
9382
9399
|
description: Validation Error
|
|
9383
9400
|
security:
|
|
9384
9401
|
- OAuth2PasswordBearer: []
|
|
9385
|
-
summary: Create
|
|
9402
|
+
summary: Create a user
|
|
9386
9403
|
tags:
|
|
9387
9404
|
- user
|
|
9388
9405
|
/v1/users/me:
|
|
9389
9406
|
get:
|
|
9407
|
+
description: Get the current user
|
|
9390
9408
|
operationId: get_current_user_v1_users_me_get
|
|
9391
9409
|
parameters:
|
|
9392
9410
|
- in: query
|
|
@@ -9414,7 +9432,7 @@ paths:
|
|
|
9414
9432
|
description: Validation Error
|
|
9415
9433
|
security:
|
|
9416
9434
|
- OAuth2PasswordBearer: []
|
|
9417
|
-
summary: Get
|
|
9435
|
+
summary: Get current user
|
|
9418
9436
|
tags:
|
|
9419
9437
|
- user
|
|
9420
9438
|
/v1/users/me/password-reset:
|
|
@@ -9454,6 +9472,7 @@ paths:
|
|
|
9454
9472
|
- user
|
|
9455
9473
|
/v1/users/{user_id}:
|
|
9456
9474
|
delete:
|
|
9475
|
+
description: Delete a user by ID
|
|
9457
9476
|
operationId: delete_user_v1_users__user_id__delete
|
|
9458
9477
|
parameters:
|
|
9459
9478
|
- in: path
|
|
@@ -9490,10 +9509,11 @@ paths:
|
|
|
9490
9509
|
description: Validation Error
|
|
9491
9510
|
security:
|
|
9492
9511
|
- OAuth2PasswordBearer: []
|
|
9493
|
-
summary: Delete
|
|
9512
|
+
summary: Delete a user
|
|
9494
9513
|
tags:
|
|
9495
9514
|
- user
|
|
9496
9515
|
get:
|
|
9516
|
+
description: Get a user by ID
|
|
9497
9517
|
operationId: get_user_v1_users__user_id__get
|
|
9498
9518
|
parameters:
|
|
9499
9519
|
- in: path
|
|
@@ -9532,10 +9552,11 @@ paths:
|
|
|
9532
9552
|
description: Validation Error
|
|
9533
9553
|
security:
|
|
9534
9554
|
- OAuth2PasswordBearer: []
|
|
9535
|
-
summary: Get
|
|
9555
|
+
summary: Get a user
|
|
9536
9556
|
tags:
|
|
9537
9557
|
- user
|
|
9538
9558
|
patch:
|
|
9559
|
+
description: Update a user by ID
|
|
9539
9560
|
operationId: update_user_v1_users__user_id__patch
|
|
9540
9561
|
parameters:
|
|
9541
9562
|
- in: path
|
|
@@ -9570,11 +9591,12 @@ paths:
|
|
|
9570
9591
|
description: Validation Error
|
|
9571
9592
|
security:
|
|
9572
9593
|
- OAuth2PasswordBearer: []
|
|
9573
|
-
summary: Update
|
|
9594
|
+
summary: Update a user
|
|
9574
9595
|
tags:
|
|
9575
9596
|
- user
|
|
9576
9597
|
/v1/users/{user_id}/permissions:
|
|
9577
9598
|
get:
|
|
9599
|
+
description: Get the permissions for a user
|
|
9578
9600
|
operationId: get_user_permissions_v1_users__user_id__permissions_get
|
|
9579
9601
|
parameters:
|
|
9580
9602
|
- in: path
|
|
@@ -9603,11 +9625,12 @@ paths:
|
|
|
9603
9625
|
description: Validation Error
|
|
9604
9626
|
security:
|
|
9605
9627
|
- OAuth2PasswordBearer: []
|
|
9606
|
-
summary: Get
|
|
9628
|
+
summary: Get user permissions
|
|
9607
9629
|
tags:
|
|
9608
9630
|
- user
|
|
9609
9631
|
/v1/users/{user_id}/roles:
|
|
9610
9632
|
get:
|
|
9633
|
+
description: Get the roles for a user
|
|
9611
9634
|
operationId: list_roles_v1_users__user_id__roles_get
|
|
9612
9635
|
parameters:
|
|
9613
9636
|
- in: path
|
|
@@ -9636,10 +9659,11 @@ paths:
|
|
|
9636
9659
|
description: Validation Error
|
|
9637
9660
|
security:
|
|
9638
9661
|
- OAuth2PasswordBearer: []
|
|
9639
|
-
summary:
|
|
9662
|
+
summary: Get user roles
|
|
9640
9663
|
tags:
|
|
9641
9664
|
- user
|
|
9642
9665
|
patch:
|
|
9666
|
+
description: Update the roles for a user
|
|
9643
9667
|
operationId: update_user_relations_v1_users__user_id__roles_patch
|
|
9644
9668
|
parameters:
|
|
9645
9669
|
- in: path
|
|
@@ -9674,7 +9698,7 @@ paths:
|
|
|
9674
9698
|
description: Validation Error
|
|
9675
9699
|
security:
|
|
9676
9700
|
- OAuth2PasswordBearer: []
|
|
9677
|
-
summary: Update
|
|
9701
|
+
summary: Update user roles
|
|
9678
9702
|
tags:
|
|
9679
9703
|
- user
|
|
9680
9704
|
servers:
|