@opusdns/api 1.65.0 → 1.67.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/openapi.yaml +246 -2
- package/src/schema.d.ts +1364 -195
package/src/openapi.yaml
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
components:
|
|
2
|
+
parameters:
|
|
3
|
+
DatetimeFormatHeader:
|
|
4
|
+
description: Opt in to RFC 3339 datetime serialization. When set to `rfc3339`,
|
|
5
|
+
response datetimes are normalized to UTC and serialized with a `Z` suffix.
|
|
6
|
+
This is opt-in until the announced default cutover date, after which RFC 3339
|
|
7
|
+
becomes the default and this header is accepted as a no-op. Any other value
|
|
8
|
+
or omission uses the current default serialization.
|
|
9
|
+
example: rfc3339
|
|
10
|
+
in: header
|
|
11
|
+
name: X-Datetime-Format
|
|
12
|
+
required: false
|
|
13
|
+
schema:
|
|
14
|
+
enum:
|
|
15
|
+
- rfc3339
|
|
16
|
+
type: string
|
|
2
17
|
schemas:
|
|
3
18
|
AllocationMethodType:
|
|
4
19
|
enum:
|
|
@@ -9410,7 +9425,7 @@ components:
|
|
|
9410
9425
|
- format: date-time
|
|
9411
9426
|
type: string
|
|
9412
9427
|
- type: 'null'
|
|
9413
|
-
description: The date/time the entry was
|
|
9428
|
+
description: The date/time the entry was last used on
|
|
9414
9429
|
title: Last Used On
|
|
9415
9430
|
organization_id:
|
|
9416
9431
|
default: None
|
|
@@ -13887,7 +13902,7 @@ info:
|
|
|
13887
13902
|
\n\n"
|
|
13888
13903
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
13889
13904
|
title: OpusDNS API
|
|
13890
|
-
version: 2026-07-17-
|
|
13905
|
+
version: 2026-07-17-185529
|
|
13891
13906
|
x-logo:
|
|
13892
13907
|
altText: OpusDNS API Reference
|
|
13893
13908
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -13908,6 +13923,7 @@ paths:
|
|
|
13908
13923
|
title: Context Id
|
|
13909
13924
|
type: string
|
|
13910
13925
|
x-typeid-prefix: ctx
|
|
13926
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
13911
13927
|
responses:
|
|
13912
13928
|
'200':
|
|
13913
13929
|
content:
|
|
@@ -14023,6 +14039,7 @@ paths:
|
|
|
14023
14039
|
- type: 'null'
|
|
14024
14040
|
description: Full-text search on title/summary.
|
|
14025
14041
|
title: Q
|
|
14042
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
14026
14043
|
responses:
|
|
14027
14044
|
'200':
|
|
14028
14045
|
content:
|
|
@@ -14082,6 +14099,8 @@ paths:
|
|
|
14082
14099
|
- ai_concierge:manage
|
|
14083
14100
|
post:
|
|
14084
14101
|
operationId: create_conversation_v1_ai_concierge_conversations_post
|
|
14102
|
+
parameters:
|
|
14103
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
14085
14104
|
requestBody:
|
|
14086
14105
|
content:
|
|
14087
14106
|
application/json:
|
|
@@ -14162,6 +14181,7 @@ paths:
|
|
|
14162
14181
|
title: Conversation Id
|
|
14163
14182
|
type: string
|
|
14164
14183
|
x-typeid-prefix: conv
|
|
14184
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
14165
14185
|
responses:
|
|
14166
14186
|
'204':
|
|
14167
14187
|
description: Successful Response
|
|
@@ -14229,6 +14249,7 @@ paths:
|
|
|
14229
14249
|
title: Conversation Id
|
|
14230
14250
|
type: string
|
|
14231
14251
|
x-typeid-prefix: conv
|
|
14252
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
14232
14253
|
responses:
|
|
14233
14254
|
'200':
|
|
14234
14255
|
content:
|
|
@@ -14310,6 +14331,7 @@ paths:
|
|
|
14310
14331
|
- type: string
|
|
14311
14332
|
- type: 'null'
|
|
14312
14333
|
title: If-Match
|
|
14334
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
14313
14335
|
requestBody:
|
|
14314
14336
|
content:
|
|
14315
14337
|
application/json:
|
|
@@ -14405,6 +14427,7 @@ paths:
|
|
|
14405
14427
|
minimum: 1
|
|
14406
14428
|
title: Page Size
|
|
14407
14429
|
type: integer
|
|
14430
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
14408
14431
|
responses:
|
|
14409
14432
|
'200':
|
|
14410
14433
|
content:
|
|
@@ -14476,6 +14499,7 @@ paths:
|
|
|
14476
14499
|
title: Conversation Id
|
|
14477
14500
|
type: string
|
|
14478
14501
|
x-typeid-prefix: conv
|
|
14502
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
14479
14503
|
requestBody:
|
|
14480
14504
|
content:
|
|
14481
14505
|
application/json:
|
|
@@ -14628,6 +14652,7 @@ paths:
|
|
|
14628
14652
|
description: Comma-separated tokens to exclude (case-insensitive). Supports
|
|
14629
14653
|
`tools`.
|
|
14630
14654
|
title: Exclude
|
|
14655
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
14631
14656
|
responses:
|
|
14632
14657
|
'200':
|
|
14633
14658
|
content:
|
|
@@ -14699,6 +14724,7 @@ paths:
|
|
|
14699
14724
|
title: Conversation Id
|
|
14700
14725
|
type: string
|
|
14701
14726
|
x-typeid-prefix: conv
|
|
14727
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
14702
14728
|
requestBody:
|
|
14703
14729
|
content:
|
|
14704
14730
|
application/json:
|
|
@@ -14788,6 +14814,7 @@ paths:
|
|
|
14788
14814
|
title: Message Id
|
|
14789
14815
|
type: string
|
|
14790
14816
|
x-typeid-prefix: msg
|
|
14817
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
14791
14818
|
responses:
|
|
14792
14819
|
'200':
|
|
14793
14820
|
content:
|
|
@@ -14876,6 +14903,7 @@ paths:
|
|
|
14876
14903
|
- type: string
|
|
14877
14904
|
- type: 'null'
|
|
14878
14905
|
title: Kind
|
|
14906
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
14879
14907
|
responses:
|
|
14880
14908
|
'200':
|
|
14881
14909
|
content:
|
|
@@ -14935,6 +14963,8 @@ paths:
|
|
|
14935
14963
|
- ai_concierge:manage
|
|
14936
14964
|
post:
|
|
14937
14965
|
operationId: create_memory_fact_v1_ai_concierge_memory_facts_post
|
|
14966
|
+
parameters:
|
|
14967
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
14938
14968
|
requestBody:
|
|
14939
14969
|
content:
|
|
14940
14970
|
application/json:
|
|
@@ -15013,6 +15043,7 @@ paths:
|
|
|
15013
15043
|
title: Fact Id
|
|
15014
15044
|
type: string
|
|
15015
15045
|
x-typeid-prefix: fact
|
|
15046
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
15016
15047
|
responses:
|
|
15017
15048
|
'204':
|
|
15018
15049
|
description: Successful Response
|
|
@@ -15080,6 +15111,7 @@ paths:
|
|
|
15080
15111
|
title: Fact Id
|
|
15081
15112
|
type: string
|
|
15082
15113
|
x-typeid-prefix: fact
|
|
15114
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
15083
15115
|
requestBody:
|
|
15084
15116
|
content:
|
|
15085
15117
|
application/json:
|
|
@@ -15227,6 +15259,7 @@ paths:
|
|
|
15227
15259
|
type: string
|
|
15228
15260
|
- type: 'null'
|
|
15229
15261
|
title: End Time
|
|
15262
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
15230
15263
|
responses:
|
|
15231
15264
|
'200':
|
|
15232
15265
|
content:
|
|
@@ -15320,6 +15353,7 @@ paths:
|
|
|
15320
15353
|
type: string
|
|
15321
15354
|
- type: 'null'
|
|
15322
15355
|
title: End Time
|
|
15356
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
15323
15357
|
responses:
|
|
15324
15358
|
'200':
|
|
15325
15359
|
content:
|
|
@@ -15449,6 +15483,7 @@ paths:
|
|
|
15449
15483
|
- type: string
|
|
15450
15484
|
- type: 'null'
|
|
15451
15485
|
title: Object Id
|
|
15486
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
15452
15487
|
responses:
|
|
15453
15488
|
'200':
|
|
15454
15489
|
content:
|
|
@@ -15577,6 +15612,7 @@ paths:
|
|
|
15577
15612
|
type: string
|
|
15578
15613
|
- type: 'null'
|
|
15579
15614
|
title: Created After
|
|
15615
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
15580
15616
|
responses:
|
|
15581
15617
|
'200':
|
|
15582
15618
|
content:
|
|
@@ -15739,6 +15775,7 @@ paths:
|
|
|
15739
15775
|
type: string
|
|
15740
15776
|
- type: 'null'
|
|
15741
15777
|
title: Request Started After
|
|
15778
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
15742
15779
|
responses:
|
|
15743
15780
|
'200':
|
|
15744
15781
|
content:
|
|
@@ -15766,6 +15803,8 @@ paths:
|
|
|
15766
15803
|
used to authenticate the request, including its organization. Requires API-key
|
|
15767
15804
|
or organization-token authentication; user tokens are rejected.
|
|
15768
15805
|
operationId: introspect_client_credential_v1_auth_client_credentials_introspect_get
|
|
15806
|
+
parameters:
|
|
15807
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
15769
15808
|
responses:
|
|
15770
15809
|
'200':
|
|
15771
15810
|
content:
|
|
@@ -15800,6 +15839,8 @@ paths:
|
|
|
15800
15839
|
/v1/auth/token:
|
|
15801
15840
|
post:
|
|
15802
15841
|
operationId: issue_organization_token_v1_auth_token_post
|
|
15842
|
+
parameters:
|
|
15843
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
15803
15844
|
requestBody:
|
|
15804
15845
|
content:
|
|
15805
15846
|
application/json:
|
|
@@ -15865,6 +15906,7 @@ paths:
|
|
|
15865
15906
|
maxItems: 50
|
|
15866
15907
|
title: Domains
|
|
15867
15908
|
type: array
|
|
15909
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
15868
15910
|
responses:
|
|
15869
15911
|
'200':
|
|
15870
15912
|
content:
|
|
@@ -15928,6 +15970,7 @@ paths:
|
|
|
15928
15970
|
maxItems: 1000
|
|
15929
15971
|
title: Domains
|
|
15930
15972
|
type: array
|
|
15973
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
15931
15974
|
responses:
|
|
15932
15975
|
'200':
|
|
15933
15976
|
content:
|
|
@@ -15972,6 +16015,8 @@ paths:
|
|
|
15972
16015
|
description: Stream domain availability results using Server-Sent Events (SSE)
|
|
15973
16016
|
until the `done` event is received.
|
|
15974
16017
|
operationId: stream_availability_post_v1_availability_stream_post
|
|
16018
|
+
parameters:
|
|
16019
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
15975
16020
|
requestBody:
|
|
15976
16021
|
content:
|
|
15977
16022
|
application/json:
|
|
@@ -16165,6 +16210,7 @@ paths:
|
|
|
16165
16210
|
description: Include additional data in the response. Can be specified multiple
|
|
16166
16211
|
times.
|
|
16167
16212
|
title: Include
|
|
16213
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16168
16214
|
responses:
|
|
16169
16215
|
'200':
|
|
16170
16216
|
content:
|
|
@@ -16189,6 +16235,8 @@ paths:
|
|
|
16189
16235
|
post:
|
|
16190
16236
|
description: Create a new contact object to use for domain registration
|
|
16191
16237
|
operationId: create_contact_v1_contacts_post
|
|
16238
|
+
parameters:
|
|
16239
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16192
16240
|
requestBody:
|
|
16193
16241
|
content:
|
|
16194
16242
|
application/json:
|
|
@@ -16265,6 +16313,7 @@ paths:
|
|
|
16265
16313
|
- type: string
|
|
16266
16314
|
- type: 'null'
|
|
16267
16315
|
title: Label
|
|
16316
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16268
16317
|
responses:
|
|
16269
16318
|
'200':
|
|
16270
16319
|
content:
|
|
@@ -16288,6 +16337,8 @@ paths:
|
|
|
16288
16337
|
- contacts:read
|
|
16289
16338
|
post:
|
|
16290
16339
|
operationId: create_attribute_set_v1_contacts_attribute_sets_post
|
|
16340
|
+
parameters:
|
|
16341
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16291
16342
|
requestBody:
|
|
16292
16343
|
content:
|
|
16293
16344
|
application/json:
|
|
@@ -16344,6 +16395,7 @@ paths:
|
|
|
16344
16395
|
title: Contact Attribute Set Id
|
|
16345
16396
|
type: string
|
|
16346
16397
|
x-typeid-prefix: contact_attribute_set
|
|
16398
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16347
16399
|
responses:
|
|
16348
16400
|
'204':
|
|
16349
16401
|
description: Successful Response
|
|
@@ -16388,6 +16440,7 @@ paths:
|
|
|
16388
16440
|
title: Contact Attribute Set Id
|
|
16389
16441
|
type: string
|
|
16390
16442
|
x-typeid-prefix: contact_attribute_set
|
|
16443
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16391
16444
|
responses:
|
|
16392
16445
|
'200':
|
|
16393
16446
|
content:
|
|
@@ -16436,6 +16489,7 @@ paths:
|
|
|
16436
16489
|
title: Contact Attribute Set Id
|
|
16437
16490
|
type: string
|
|
16438
16491
|
x-typeid-prefix: contact_attribute_set
|
|
16492
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16439
16493
|
requestBody:
|
|
16440
16494
|
content:
|
|
16441
16495
|
application/json:
|
|
@@ -16500,6 +16554,7 @@ paths:
|
|
|
16500
16554
|
schema:
|
|
16501
16555
|
title: Token
|
|
16502
16556
|
type: string
|
|
16557
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16503
16558
|
responses:
|
|
16504
16559
|
'200':
|
|
16505
16560
|
content:
|
|
@@ -16550,6 +16605,7 @@ paths:
|
|
|
16550
16605
|
schema:
|
|
16551
16606
|
title: Token
|
|
16552
16607
|
type: string
|
|
16608
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16553
16609
|
responses:
|
|
16554
16610
|
'204':
|
|
16555
16611
|
description: Successful Response
|
|
@@ -16612,6 +16668,7 @@ paths:
|
|
|
16612
16668
|
schema:
|
|
16613
16669
|
title: Token
|
|
16614
16670
|
type: string
|
|
16671
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16615
16672
|
responses:
|
|
16616
16673
|
'200':
|
|
16617
16674
|
content:
|
|
@@ -16644,6 +16701,7 @@ paths:
|
|
|
16644
16701
|
title: Contact Id
|
|
16645
16702
|
type: string
|
|
16646
16703
|
x-typeid-prefix: contact
|
|
16704
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16647
16705
|
responses:
|
|
16648
16706
|
'204':
|
|
16649
16707
|
description: Successful Response
|
|
@@ -16710,6 +16768,7 @@ paths:
|
|
|
16710
16768
|
type: array
|
|
16711
16769
|
- type: 'null'
|
|
16712
16770
|
title: Include
|
|
16771
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16713
16772
|
responses:
|
|
16714
16773
|
'200':
|
|
16715
16774
|
content:
|
|
@@ -16770,6 +16829,7 @@ paths:
|
|
|
16770
16829
|
title: Contact Attribute Set Id
|
|
16771
16830
|
type: string
|
|
16772
16831
|
x-typeid-prefix: contact_attribute_set
|
|
16832
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16773
16833
|
responses:
|
|
16774
16834
|
'200':
|
|
16775
16835
|
content:
|
|
@@ -16844,6 +16904,7 @@ paths:
|
|
|
16844
16904
|
title: Contact Id
|
|
16845
16905
|
type: string
|
|
16846
16906
|
x-typeid-prefix: contact
|
|
16907
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16847
16908
|
responses:
|
|
16848
16909
|
'204':
|
|
16849
16910
|
description: Successful Response
|
|
@@ -16900,6 +16961,7 @@ paths:
|
|
|
16900
16961
|
title: Contact Id
|
|
16901
16962
|
type: string
|
|
16902
16963
|
x-typeid-prefix: contact
|
|
16964
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16903
16965
|
responses:
|
|
16904
16966
|
'200':
|
|
16905
16967
|
content:
|
|
@@ -16965,6 +17027,7 @@ paths:
|
|
|
16965
17027
|
required: true
|
|
16966
17028
|
schema:
|
|
16967
17029
|
$ref: '#/components/schemas/VerificationType'
|
|
17030
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
16968
17031
|
responses:
|
|
16969
17032
|
'201':
|
|
16970
17033
|
content:
|
|
@@ -17047,6 +17110,7 @@ paths:
|
|
|
17047
17110
|
schema:
|
|
17048
17111
|
title: Token
|
|
17049
17112
|
type: string
|
|
17113
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
17050
17114
|
responses:
|
|
17051
17115
|
'204':
|
|
17052
17116
|
description: Successful Response
|
|
@@ -17134,6 +17198,7 @@ paths:
|
|
|
17134
17198
|
title: Contact Id
|
|
17135
17199
|
type: string
|
|
17136
17200
|
x-typeid-prefix: contact
|
|
17201
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
17137
17202
|
responses:
|
|
17138
17203
|
'200':
|
|
17139
17204
|
content:
|
|
@@ -17209,6 +17274,7 @@ paths:
|
|
|
17209
17274
|
title: Contact Id
|
|
17210
17275
|
type: string
|
|
17211
17276
|
x-typeid-prefix: contact
|
|
17277
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
17212
17278
|
requestBody:
|
|
17213
17279
|
content:
|
|
17214
17280
|
application/json:
|
|
@@ -17439,6 +17505,7 @@ paths:
|
|
|
17439
17505
|
description: Include additional data in the response. Can be specified multiple
|
|
17440
17506
|
times.
|
|
17441
17507
|
title: Include
|
|
17508
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
17442
17509
|
responses:
|
|
17443
17510
|
'200':
|
|
17444
17511
|
content:
|
|
@@ -17502,6 +17569,8 @@ paths:
|
|
|
17502
17569
|
- dns:read
|
|
17503
17570
|
post:
|
|
17504
17571
|
operationId: create_zone_v1_dns_post
|
|
17572
|
+
parameters:
|
|
17573
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
17505
17574
|
requestBody:
|
|
17506
17575
|
content:
|
|
17507
17576
|
application/json:
|
|
@@ -17798,6 +17867,7 @@ paths:
|
|
|
17798
17867
|
schema:
|
|
17799
17868
|
$ref: '#/components/schemas/SortOrder'
|
|
17800
17869
|
default: desc
|
|
17870
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
17801
17871
|
responses:
|
|
17802
17872
|
'200':
|
|
17803
17873
|
content:
|
|
@@ -17919,6 +17989,7 @@ paths:
|
|
|
17919
17989
|
schema:
|
|
17920
17990
|
$ref: '#/components/schemas/SortOrder'
|
|
17921
17991
|
default: desc
|
|
17992
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
17922
17993
|
responses:
|
|
17923
17994
|
'200':
|
|
17924
17995
|
content:
|
|
@@ -17967,6 +18038,8 @@ paths:
|
|
|
17967
18038
|
/v1/dns/summary:
|
|
17968
18039
|
get:
|
|
17969
18040
|
operationId: get_zones_summary_v1_dns_summary_get
|
|
18041
|
+
parameters:
|
|
18042
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
17970
18043
|
responses:
|
|
17971
18044
|
'200':
|
|
17972
18045
|
content:
|
|
@@ -18009,6 +18082,7 @@ paths:
|
|
|
18009
18082
|
description: DNS zone name (trailing dot optional)
|
|
18010
18083
|
title: Zone Name
|
|
18011
18084
|
type: string
|
|
18085
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
18012
18086
|
responses:
|
|
18013
18087
|
'204':
|
|
18014
18088
|
description: Successful Response
|
|
@@ -18047,6 +18121,7 @@ paths:
|
|
|
18047
18121
|
type: array
|
|
18048
18122
|
- type: 'null'
|
|
18049
18123
|
title: Include
|
|
18124
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
18050
18125
|
responses:
|
|
18051
18126
|
'200':
|
|
18052
18127
|
content:
|
|
@@ -18080,6 +18155,7 @@ paths:
|
|
|
18080
18155
|
description: DNS zone name (trailing dot optional)
|
|
18081
18156
|
title: Zone Name
|
|
18082
18157
|
type: string
|
|
18158
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
18083
18159
|
responses:
|
|
18084
18160
|
'200':
|
|
18085
18161
|
content:
|
|
@@ -18168,6 +18244,7 @@ paths:
|
|
|
18168
18244
|
description: DNS zone name (trailing dot optional)
|
|
18169
18245
|
title: Zone Name
|
|
18170
18246
|
type: string
|
|
18247
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
18171
18248
|
responses:
|
|
18172
18249
|
'200':
|
|
18173
18250
|
content:
|
|
@@ -18258,6 +18335,7 @@ paths:
|
|
|
18258
18335
|
description: DNS zone name (trailing dot optional)
|
|
18259
18336
|
title: Zone Name
|
|
18260
18337
|
type: string
|
|
18338
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
18261
18339
|
responses:
|
|
18262
18340
|
'200':
|
|
18263
18341
|
content:
|
|
@@ -18343,6 +18421,7 @@ paths:
|
|
|
18343
18421
|
description: DNS zone name (trailing dot optional)
|
|
18344
18422
|
title: Zone Name
|
|
18345
18423
|
type: string
|
|
18424
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
18346
18425
|
responses:
|
|
18347
18426
|
'200':
|
|
18348
18427
|
content:
|
|
@@ -18400,6 +18479,7 @@ paths:
|
|
|
18400
18479
|
description: DNS zone name (trailing dot optional)
|
|
18401
18480
|
title: Zone Name
|
|
18402
18481
|
type: string
|
|
18482
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
18403
18483
|
requestBody:
|
|
18404
18484
|
content:
|
|
18405
18485
|
application/json:
|
|
@@ -18501,6 +18581,7 @@ paths:
|
|
|
18501
18581
|
description: DNS zone name (trailing dot optional)
|
|
18502
18582
|
title: Zone Name
|
|
18503
18583
|
type: string
|
|
18584
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
18504
18585
|
requestBody:
|
|
18505
18586
|
content:
|
|
18506
18587
|
application/json:
|
|
@@ -18647,6 +18728,7 @@ paths:
|
|
|
18647
18728
|
description: DNS zone name (trailing dot optional)
|
|
18648
18729
|
title: Zone Name
|
|
18649
18730
|
type: string
|
|
18731
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
18650
18732
|
requestBody:
|
|
18651
18733
|
content:
|
|
18652
18734
|
application/json:
|
|
@@ -18782,6 +18864,7 @@ paths:
|
|
|
18782
18864
|
description: DNS zone name (trailing dot optional)
|
|
18783
18865
|
title: Zone Name
|
|
18784
18866
|
type: string
|
|
18867
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
18785
18868
|
requestBody:
|
|
18786
18869
|
content:
|
|
18787
18870
|
application/json:
|
|
@@ -18865,6 +18948,7 @@ paths:
|
|
|
18865
18948
|
schema:
|
|
18866
18949
|
$ref: '#/components/schemas/SortOrder'
|
|
18867
18950
|
default: desc
|
|
18951
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
18868
18952
|
responses:
|
|
18869
18953
|
'200':
|
|
18870
18954
|
content:
|
|
@@ -19012,6 +19096,8 @@ paths:
|
|
|
19012
19096
|
and protocols. Raises an error if the domain forward or domain forward set
|
|
19013
19097
|
does not exist.
|
|
19014
19098
|
operationId: patch_redirects_v1_domain_forwards_patch
|
|
19099
|
+
parameters:
|
|
19100
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
19015
19101
|
requestBody:
|
|
19016
19102
|
content:
|
|
19017
19103
|
application/json:
|
|
@@ -19075,6 +19161,8 @@ paths:
|
|
|
19075
19161
|
description: Creates a new domain forward configuration. Wildcard forwards can
|
|
19076
19162
|
be created by using *.hostname (e.g., *.example.com).
|
|
19077
19163
|
operationId: create_domain_forward_v2_v1_domain_forwards_post
|
|
19164
|
+
parameters:
|
|
19165
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
19078
19166
|
requestBody:
|
|
19079
19167
|
content:
|
|
19080
19168
|
application/json:
|
|
@@ -19297,6 +19385,7 @@ paths:
|
|
|
19297
19385
|
description: 'Exclude platform values: Unknown, Bot'
|
|
19298
19386
|
title: Exclude Bots
|
|
19299
19387
|
type: boolean
|
|
19388
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
19300
19389
|
responses:
|
|
19301
19390
|
'200':
|
|
19302
19391
|
content:
|
|
@@ -19430,6 +19519,7 @@ paths:
|
|
|
19430
19519
|
description: 'Exclude platform values: Unknown, Bot'
|
|
19431
19520
|
title: Exclude Bots
|
|
19432
19521
|
type: boolean
|
|
19522
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
19433
19523
|
responses:
|
|
19434
19524
|
'200':
|
|
19435
19525
|
content:
|
|
@@ -19586,6 +19676,7 @@ paths:
|
|
|
19586
19676
|
description: 'Exclude platform values: Unknown, Bot'
|
|
19587
19677
|
title: Exclude Bots
|
|
19588
19678
|
type: boolean
|
|
19679
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
19589
19680
|
responses:
|
|
19590
19681
|
'200':
|
|
19591
19682
|
content:
|
|
@@ -19735,6 +19826,7 @@ paths:
|
|
|
19735
19826
|
description: 'Exclude platform values: Unknown, Bot'
|
|
19736
19827
|
title: Exclude Bots
|
|
19737
19828
|
type: boolean
|
|
19829
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
19738
19830
|
responses:
|
|
19739
19831
|
'200':
|
|
19740
19832
|
content:
|
|
@@ -19889,6 +19981,7 @@ paths:
|
|
|
19889
19981
|
description: 'Exclude platform values: Unknown, Bot'
|
|
19890
19982
|
title: Exclude Bots
|
|
19891
19983
|
type: boolean
|
|
19984
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
19892
19985
|
responses:
|
|
19893
19986
|
'200':
|
|
19894
19987
|
content:
|
|
@@ -20045,6 +20138,7 @@ paths:
|
|
|
20045
20138
|
description: 'Exclude platform values: Unknown, Bot'
|
|
20046
20139
|
title: Exclude Bots
|
|
20047
20140
|
type: boolean
|
|
20141
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
20048
20142
|
responses:
|
|
20049
20143
|
'200':
|
|
20050
20144
|
content:
|
|
@@ -20187,6 +20281,7 @@ paths:
|
|
|
20187
20281
|
description: 'Exclude platform values: Unknown, Bot'
|
|
20188
20282
|
title: Exclude Bots
|
|
20189
20283
|
type: boolean
|
|
20284
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
20190
20285
|
responses:
|
|
20191
20286
|
'200':
|
|
20192
20287
|
content:
|
|
@@ -20375,6 +20470,7 @@ paths:
|
|
|
20375
20470
|
description: 'Exclude platform values: Unknown, Bot'
|
|
20376
20471
|
title: Exclude Bots
|
|
20377
20472
|
type: boolean
|
|
20473
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
20378
20474
|
responses:
|
|
20379
20475
|
'200':
|
|
20380
20476
|
content:
|
|
@@ -20531,6 +20627,7 @@ paths:
|
|
|
20531
20627
|
description: 'Exclude platform values: Unknown, Bot'
|
|
20532
20628
|
title: Exclude Bots
|
|
20533
20629
|
type: boolean
|
|
20630
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
20534
20631
|
responses:
|
|
20535
20632
|
'200':
|
|
20536
20633
|
content:
|
|
@@ -20656,6 +20753,7 @@ paths:
|
|
|
20656
20753
|
description: Hostname
|
|
20657
20754
|
title: Hostname
|
|
20658
20755
|
type: string
|
|
20756
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
20659
20757
|
responses:
|
|
20660
20758
|
'204':
|
|
20661
20759
|
description: Domain forward deleted successfully. No content returned.
|
|
@@ -20721,6 +20819,7 @@ paths:
|
|
|
20721
20819
|
description: Hostname
|
|
20722
20820
|
title: Hostname
|
|
20723
20821
|
type: string
|
|
20822
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
20724
20823
|
responses:
|
|
20725
20824
|
'200':
|
|
20726
20825
|
content:
|
|
@@ -20826,6 +20925,7 @@ paths:
|
|
|
20826
20925
|
description: Hostname
|
|
20827
20926
|
title: Hostname
|
|
20828
20927
|
type: string
|
|
20928
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
20829
20929
|
requestBody:
|
|
20830
20930
|
content:
|
|
20831
20931
|
application/json:
|
|
@@ -20933,6 +21033,7 @@ paths:
|
|
|
20933
21033
|
description: Hostname
|
|
20934
21034
|
title: Hostname
|
|
20935
21035
|
type: string
|
|
21036
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
20936
21037
|
responses:
|
|
20937
21038
|
'204':
|
|
20938
21039
|
description: Domain forward disabled successfully. DNS records have been
|
|
@@ -20988,6 +21089,7 @@ paths:
|
|
|
20988
21089
|
description: Hostname
|
|
20989
21090
|
title: Hostname
|
|
20990
21091
|
type: string
|
|
21092
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
20991
21093
|
responses:
|
|
20992
21094
|
'204':
|
|
20993
21095
|
description: Domain forward enabled successfully. DNS records have been
|
|
@@ -21048,6 +21150,7 @@ paths:
|
|
|
21048
21150
|
description: Hostname
|
|
21049
21151
|
title: Hostname
|
|
21050
21152
|
type: string
|
|
21153
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
21051
21154
|
responses:
|
|
21052
21155
|
'204':
|
|
21053
21156
|
description: Domain forward protocol set deleted successfully. No content
|
|
@@ -21120,6 +21223,7 @@ paths:
|
|
|
21120
21223
|
description: Hostname
|
|
21121
21224
|
title: Hostname
|
|
21122
21225
|
type: string
|
|
21226
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
21123
21227
|
responses:
|
|
21124
21228
|
'200':
|
|
21125
21229
|
content:
|
|
@@ -21231,6 +21335,7 @@ paths:
|
|
|
21231
21335
|
description: Hostname
|
|
21232
21336
|
title: Hostname
|
|
21233
21337
|
type: string
|
|
21338
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
21234
21339
|
requestBody:
|
|
21235
21340
|
content:
|
|
21236
21341
|
application/json:
|
|
@@ -21367,6 +21472,7 @@ paths:
|
|
|
21367
21472
|
- type: 'null'
|
|
21368
21473
|
description: Whether to include premium domains in the suggestions
|
|
21369
21474
|
title: Premium
|
|
21475
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
21370
21476
|
responses:
|
|
21371
21477
|
'200':
|
|
21372
21478
|
content:
|
|
@@ -21663,6 +21769,7 @@ paths:
|
|
|
21663
21769
|
description: Include additional data in the response. Can be specified multiple
|
|
21664
21770
|
times.
|
|
21665
21771
|
title: Include
|
|
21772
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
21666
21773
|
responses:
|
|
21667
21774
|
'200':
|
|
21668
21775
|
content:
|
|
@@ -21698,6 +21805,8 @@ paths:
|
|
|
21698
21805
|
must be supplied to acknowledge the corresponding claims notice. See the [Trademarked
|
|
21699
21806
|
domains](/products/domains/trademarked-domains) guide for the full workflow.'
|
|
21700
21807
|
operationId: create_domain_v1_domains_post
|
|
21808
|
+
parameters:
|
|
21809
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
21701
21810
|
requestBody:
|
|
21702
21811
|
content:
|
|
21703
21812
|
application/json:
|
|
@@ -21871,6 +21980,7 @@ paths:
|
|
|
21871
21980
|
type: string
|
|
21872
21981
|
title: Domains
|
|
21873
21982
|
type: array
|
|
21983
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
21874
21984
|
responses:
|
|
21875
21985
|
'200':
|
|
21876
21986
|
content:
|
|
@@ -21901,6 +22011,8 @@ paths:
|
|
|
21901
22011
|
See the [Trademarked domains](/products/domains/trademarked-domains) guide
|
|
21902
22012
|
for the full workflow.
|
|
21903
22013
|
operationId: get_claims_notices_v1_domains_claims_notices_post
|
|
22014
|
+
parameters:
|
|
22015
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
21904
22016
|
requestBody:
|
|
21905
22017
|
content:
|
|
21906
22018
|
application/json:
|
|
@@ -21958,6 +22070,8 @@ paths:
|
|
|
21958
22070
|
description: Retrieves a summary of domains including counts by status, TLD,
|
|
21959
22071
|
and expiration timeframes
|
|
21960
22072
|
operationId: get_domain_summary_v1_domains_summary_get
|
|
22073
|
+
parameters:
|
|
22074
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
21961
22075
|
responses:
|
|
21962
22076
|
'200':
|
|
21963
22077
|
content:
|
|
@@ -21996,6 +22110,7 @@ paths:
|
|
|
21996
22110
|
x-typeid-prefix: domain
|
|
21997
22111
|
- type: string
|
|
21998
22112
|
title: Domain Reference
|
|
22113
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
21999
22114
|
requestBody:
|
|
22000
22115
|
content:
|
|
22001
22116
|
application/json:
|
|
@@ -22054,6 +22169,7 @@ paths:
|
|
|
22054
22169
|
x-typeid-prefix: domain
|
|
22055
22170
|
- type: string
|
|
22056
22171
|
title: Domain Reference
|
|
22172
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22057
22173
|
responses:
|
|
22058
22174
|
'200':
|
|
22059
22175
|
content:
|
|
@@ -22120,6 +22236,7 @@ paths:
|
|
|
22120
22236
|
x-typeid-prefix: domain
|
|
22121
22237
|
- type: string
|
|
22122
22238
|
title: Domain Reference
|
|
22239
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22123
22240
|
requestBody:
|
|
22124
22241
|
content:
|
|
22125
22242
|
application/json:
|
|
@@ -22178,6 +22295,7 @@ paths:
|
|
|
22178
22295
|
x-typeid-prefix: domain
|
|
22179
22296
|
- type: string
|
|
22180
22297
|
title: Domain Reference
|
|
22298
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22181
22299
|
responses:
|
|
22182
22300
|
'200':
|
|
22183
22301
|
content:
|
|
@@ -22244,6 +22362,7 @@ paths:
|
|
|
22244
22362
|
x-typeid-prefix: domain
|
|
22245
22363
|
- type: string
|
|
22246
22364
|
title: Domain Reference
|
|
22365
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22247
22366
|
responses:
|
|
22248
22367
|
'200':
|
|
22249
22368
|
content:
|
|
@@ -22301,6 +22420,8 @@ paths:
|
|
|
22301
22420
|
|
|
22302
22421
|
This process can take up to 5 days, until the transfer is approved'
|
|
22303
22422
|
operationId: transfer_domain_v1_domains_transfer_post
|
|
22423
|
+
parameters:
|
|
22424
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22304
22425
|
requestBody:
|
|
22305
22426
|
content:
|
|
22306
22427
|
application/json:
|
|
@@ -22459,6 +22580,7 @@ paths:
|
|
|
22459
22580
|
x-typeid-prefix: domain
|
|
22460
22581
|
- type: string
|
|
22461
22582
|
title: Domain Reference
|
|
22583
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22462
22584
|
responses:
|
|
22463
22585
|
'204':
|
|
22464
22586
|
description: Successful Response
|
|
@@ -22532,6 +22654,7 @@ paths:
|
|
|
22532
22654
|
- type: 'null'
|
|
22533
22655
|
description: Include additional data in the response.
|
|
22534
22656
|
title: Include
|
|
22657
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22535
22658
|
responses:
|
|
22536
22659
|
'200':
|
|
22537
22660
|
content:
|
|
@@ -22589,6 +22712,7 @@ paths:
|
|
|
22589
22712
|
x-typeid-prefix: domain
|
|
22590
22713
|
- type: string
|
|
22591
22714
|
title: Domain Reference
|
|
22715
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22592
22716
|
requestBody:
|
|
22593
22717
|
content:
|
|
22594
22718
|
application/json:
|
|
@@ -22657,6 +22781,7 @@ paths:
|
|
|
22657
22781
|
x-typeid-prefix: domain
|
|
22658
22782
|
- type: string
|
|
22659
22783
|
title: Domain Reference
|
|
22784
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22660
22785
|
responses:
|
|
22661
22786
|
'204':
|
|
22662
22787
|
description: Successful Response
|
|
@@ -22704,6 +22829,7 @@ paths:
|
|
|
22704
22829
|
x-typeid-prefix: domain
|
|
22705
22830
|
- type: string
|
|
22706
22831
|
title: Domain Reference
|
|
22832
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22707
22833
|
responses:
|
|
22708
22834
|
'200':
|
|
22709
22835
|
content:
|
|
@@ -22759,6 +22885,7 @@ paths:
|
|
|
22759
22885
|
x-typeid-prefix: domain
|
|
22760
22886
|
- type: string
|
|
22761
22887
|
title: Domain Reference
|
|
22888
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22762
22889
|
requestBody:
|
|
22763
22890
|
content:
|
|
22764
22891
|
application/json:
|
|
@@ -22829,6 +22956,7 @@ paths:
|
|
|
22829
22956
|
x-typeid-prefix: domain
|
|
22830
22957
|
- type: string
|
|
22831
22958
|
title: Domain Reference
|
|
22959
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22832
22960
|
responses:
|
|
22833
22961
|
'204':
|
|
22834
22962
|
description: Successful Response
|
|
@@ -22876,6 +23004,7 @@ paths:
|
|
|
22876
23004
|
x-typeid-prefix: domain
|
|
22877
23005
|
- type: string
|
|
22878
23006
|
title: Domain Reference
|
|
23007
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22879
23008
|
responses:
|
|
22880
23009
|
'200':
|
|
22881
23010
|
content:
|
|
@@ -22935,6 +23064,7 @@ paths:
|
|
|
22935
23064
|
x-typeid-prefix: domain
|
|
22936
23065
|
- type: string
|
|
22937
23066
|
title: Domain Reference
|
|
23067
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22938
23068
|
requestBody:
|
|
22939
23069
|
content:
|
|
22940
23070
|
application/json:
|
|
@@ -22979,6 +23109,7 @@ paths:
|
|
|
22979
23109
|
x-typeid-prefix: domain
|
|
22980
23110
|
- type: string
|
|
22981
23111
|
title: Domain Reference
|
|
23112
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
22982
23113
|
requestBody:
|
|
22983
23114
|
content:
|
|
22984
23115
|
application/json:
|
|
@@ -23025,6 +23156,7 @@ paths:
|
|
|
23025
23156
|
x-typeid-prefix: domain
|
|
23026
23157
|
- type: string
|
|
23027
23158
|
title: Domain Reference
|
|
23159
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
23028
23160
|
responses:
|
|
23029
23161
|
'204':
|
|
23030
23162
|
description: Successful Response
|
|
@@ -23119,6 +23251,7 @@ paths:
|
|
|
23119
23251
|
schema:
|
|
23120
23252
|
$ref: '#/components/schemas/SortOrder'
|
|
23121
23253
|
default: desc
|
|
23254
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
23122
23255
|
responses:
|
|
23123
23256
|
'200':
|
|
23124
23257
|
content:
|
|
@@ -23169,6 +23302,8 @@ paths:
|
|
|
23169
23302
|
Can be created enabled or disabled (default: disabled). Includes created_on
|
|
23170
23303
|
and updated_on timestamps.'
|
|
23171
23304
|
operationId: create_email_forward_v1_email_forwards_post
|
|
23305
|
+
parameters:
|
|
23306
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
23172
23307
|
requestBody:
|
|
23173
23308
|
content:
|
|
23174
23309
|
application/json:
|
|
@@ -23326,6 +23461,7 @@ paths:
|
|
|
23326
23461
|
title: Email Forward Id
|
|
23327
23462
|
type: string
|
|
23328
23463
|
x-typeid-prefix: email_forward
|
|
23464
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
23329
23465
|
responses:
|
|
23330
23466
|
'204':
|
|
23331
23467
|
description: Successful Response
|
|
@@ -23383,6 +23519,7 @@ paths:
|
|
|
23383
23519
|
title: Email Forward Id
|
|
23384
23520
|
type: string
|
|
23385
23521
|
x-typeid-prefix: email_forward
|
|
23522
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
23386
23523
|
responses:
|
|
23387
23524
|
'200':
|
|
23388
23525
|
content:
|
|
@@ -23458,6 +23595,7 @@ paths:
|
|
|
23458
23595
|
title: Email Forward Id
|
|
23459
23596
|
type: string
|
|
23460
23597
|
x-typeid-prefix: email_forward
|
|
23598
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
23461
23599
|
requestBody:
|
|
23462
23600
|
content:
|
|
23463
23601
|
application/json:
|
|
@@ -23595,6 +23733,7 @@ paths:
|
|
|
23595
23733
|
title: Alias Id
|
|
23596
23734
|
type: string
|
|
23597
23735
|
x-typeid-prefix: email_forward_alias
|
|
23736
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
23598
23737
|
responses:
|
|
23599
23738
|
'204':
|
|
23600
23739
|
description: Successful Response
|
|
@@ -23676,6 +23815,7 @@ paths:
|
|
|
23676
23815
|
title: Alias Id
|
|
23677
23816
|
type: string
|
|
23678
23817
|
x-typeid-prefix: email_forward_alias
|
|
23818
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
23679
23819
|
requestBody:
|
|
23680
23820
|
content:
|
|
23681
23821
|
application/json:
|
|
@@ -23758,6 +23898,7 @@ paths:
|
|
|
23758
23898
|
title: Email Forward Id
|
|
23759
23899
|
type: string
|
|
23760
23900
|
x-typeid-prefix: email_forward
|
|
23901
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
23761
23902
|
responses:
|
|
23762
23903
|
'204':
|
|
23763
23904
|
description: Successful Response
|
|
@@ -23828,6 +23969,7 @@ paths:
|
|
|
23828
23969
|
title: Email Forward Id
|
|
23829
23970
|
type: string
|
|
23830
23971
|
x-typeid-prefix: email_forward
|
|
23972
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
23831
23973
|
responses:
|
|
23832
23974
|
'204':
|
|
23833
23975
|
description: Successful Response
|
|
@@ -23916,6 +24058,7 @@ paths:
|
|
|
23916
24058
|
type: string
|
|
23917
24059
|
- type: 'null'
|
|
23918
24060
|
title: End Time
|
|
24061
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
23919
24062
|
responses:
|
|
23920
24063
|
'200':
|
|
23921
24064
|
content:
|
|
@@ -24048,6 +24191,7 @@ paths:
|
|
|
24048
24191
|
- type: 'null'
|
|
24049
24192
|
default: false
|
|
24050
24193
|
title: Acknowledged
|
|
24194
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24051
24195
|
responses:
|
|
24052
24196
|
'200':
|
|
24053
24197
|
content:
|
|
@@ -24097,6 +24241,7 @@ paths:
|
|
|
24097
24241
|
title: Event Id
|
|
24098
24242
|
type: string
|
|
24099
24243
|
x-typeid-prefix: event
|
|
24244
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24100
24245
|
responses:
|
|
24101
24246
|
'200':
|
|
24102
24247
|
content:
|
|
@@ -24158,6 +24303,7 @@ paths:
|
|
|
24158
24303
|
title: Event Id
|
|
24159
24304
|
type: string
|
|
24160
24305
|
x-typeid-prefix: event
|
|
24306
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24161
24307
|
responses:
|
|
24162
24308
|
'204':
|
|
24163
24309
|
description: Successful Response
|
|
@@ -24204,6 +24350,8 @@ paths:
|
|
|
24204
24350
|
post:
|
|
24205
24351
|
description: Create a new host object
|
|
24206
24352
|
operationId: create_host_v1_hosts_post
|
|
24353
|
+
parameters:
|
|
24354
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24207
24355
|
requestBody:
|
|
24208
24356
|
content:
|
|
24209
24357
|
application/json:
|
|
@@ -24307,6 +24455,7 @@ paths:
|
|
|
24307
24455
|
x-typeid-prefix: host
|
|
24308
24456
|
- type: string
|
|
24309
24457
|
title: Host Reference
|
|
24458
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24310
24459
|
responses:
|
|
24311
24460
|
'204':
|
|
24312
24461
|
description: Successful Response
|
|
@@ -24394,6 +24543,7 @@ paths:
|
|
|
24394
24543
|
x-typeid-prefix: host
|
|
24395
24544
|
- type: string
|
|
24396
24545
|
title: Host Reference
|
|
24546
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24397
24547
|
responses:
|
|
24398
24548
|
'200':
|
|
24399
24549
|
content:
|
|
@@ -24473,6 +24623,7 @@ paths:
|
|
|
24473
24623
|
x-typeid-prefix: host
|
|
24474
24624
|
- type: string
|
|
24475
24625
|
title: Host Reference
|
|
24626
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24476
24627
|
requestBody:
|
|
24477
24628
|
content:
|
|
24478
24629
|
application/json:
|
|
@@ -24556,6 +24707,7 @@ paths:
|
|
|
24556
24707
|
title: Job Id
|
|
24557
24708
|
type: string
|
|
24558
24709
|
x-typeid-prefix: job
|
|
24710
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24559
24711
|
responses:
|
|
24560
24712
|
'204':
|
|
24561
24713
|
description: Successful Response
|
|
@@ -24601,6 +24753,7 @@ paths:
|
|
|
24601
24753
|
title: Job Id
|
|
24602
24754
|
type: string
|
|
24603
24755
|
x-typeid-prefix: job
|
|
24756
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24604
24757
|
responses:
|
|
24605
24758
|
'200':
|
|
24606
24759
|
content:
|
|
@@ -24651,6 +24804,7 @@ paths:
|
|
|
24651
24804
|
title: Job Id
|
|
24652
24805
|
type: string
|
|
24653
24806
|
x-typeid-prefix: job
|
|
24807
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24654
24808
|
responses:
|
|
24655
24809
|
'204':
|
|
24656
24810
|
description: Successful Response
|
|
@@ -24697,6 +24851,7 @@ paths:
|
|
|
24697
24851
|
title: Job Id
|
|
24698
24852
|
type: string
|
|
24699
24853
|
x-typeid-prefix: job
|
|
24854
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24700
24855
|
responses:
|
|
24701
24856
|
'200':
|
|
24702
24857
|
content:
|
|
@@ -24747,6 +24902,7 @@ paths:
|
|
|
24747
24902
|
title: Job Id
|
|
24748
24903
|
type: string
|
|
24749
24904
|
x-typeid-prefix: job
|
|
24905
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24750
24906
|
responses:
|
|
24751
24907
|
'200':
|
|
24752
24908
|
content:
|
|
@@ -24844,6 +25000,7 @@ paths:
|
|
|
24844
25000
|
minimum: 1
|
|
24845
25001
|
title: Page Size
|
|
24846
25002
|
type: integer
|
|
25003
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24847
25004
|
responses:
|
|
24848
25005
|
'200':
|
|
24849
25006
|
content:
|
|
@@ -24867,6 +25024,8 @@ paths:
|
|
|
24867
25024
|
- jobs:read
|
|
24868
25025
|
post:
|
|
24869
25026
|
operationId: create_batch_v1_jobs_post
|
|
25027
|
+
parameters:
|
|
25028
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
24870
25029
|
requestBody:
|
|
24871
25030
|
content:
|
|
24872
25031
|
application/json:
|
|
@@ -25393,6 +25552,7 @@ paths:
|
|
|
25393
25552
|
title: Batch Id
|
|
25394
25553
|
type: string
|
|
25395
25554
|
x-typeid-prefix: batch
|
|
25555
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
25396
25556
|
responses:
|
|
25397
25557
|
'204':
|
|
25398
25558
|
description: Successful Response
|
|
@@ -25438,6 +25598,7 @@ paths:
|
|
|
25438
25598
|
title: Batch Id
|
|
25439
25599
|
type: string
|
|
25440
25600
|
x-typeid-prefix: batch
|
|
25601
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
25441
25602
|
responses:
|
|
25442
25603
|
'200':
|
|
25443
25604
|
content:
|
|
@@ -25600,6 +25761,7 @@ paths:
|
|
|
25600
25761
|
minimum: 1
|
|
25601
25762
|
title: Page Size
|
|
25602
25763
|
type: integer
|
|
25764
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
25603
25765
|
responses:
|
|
25604
25766
|
'200':
|
|
25605
25767
|
content:
|
|
@@ -25836,6 +25998,7 @@ paths:
|
|
|
25836
25998
|
title: Batch Id
|
|
25837
25999
|
type: string
|
|
25838
26000
|
x-typeid-prefix: batch
|
|
26001
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
25839
26002
|
responses:
|
|
25840
26003
|
'204':
|
|
25841
26004
|
description: Successful Response
|
|
@@ -25882,6 +26045,7 @@ paths:
|
|
|
25882
26045
|
title: Batch Id
|
|
25883
26046
|
type: string
|
|
25884
26047
|
x-typeid-prefix: batch
|
|
26048
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
25885
26049
|
responses:
|
|
25886
26050
|
'204':
|
|
25887
26051
|
description: Successful Response
|
|
@@ -25946,6 +26110,7 @@ paths:
|
|
|
25946
26110
|
to retry only insufficient-funds failures. Omit to retry all failed/dead-lettered
|
|
25947
26111
|
jobs in the batch.'
|
|
25948
26112
|
title: Error Class
|
|
26113
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
25949
26114
|
responses:
|
|
25950
26115
|
'200':
|
|
25951
26116
|
content:
|
|
@@ -26032,6 +26197,7 @@ paths:
|
|
|
26032
26197
|
type: string
|
|
26033
26198
|
- type: 'null'
|
|
26034
26199
|
title: Country Code
|
|
26200
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26035
26201
|
responses:
|
|
26036
26202
|
'200':
|
|
26037
26203
|
content:
|
|
@@ -26080,6 +26246,8 @@ paths:
|
|
|
26080
26246
|
post:
|
|
26081
26247
|
description: Create a new organization under the current organization
|
|
26082
26248
|
operationId: create_organization_v1_organizations_post
|
|
26249
|
+
parameters:
|
|
26250
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26083
26251
|
requestBody:
|
|
26084
26252
|
content:
|
|
26085
26253
|
application/json:
|
|
@@ -26153,6 +26321,7 @@ paths:
|
|
|
26153
26321
|
- type: 'null'
|
|
26154
26322
|
description: Optional list of attribute keys to filter
|
|
26155
26323
|
title: Keys
|
|
26324
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26156
26325
|
responses:
|
|
26157
26326
|
'200':
|
|
26158
26327
|
content:
|
|
@@ -26205,6 +26374,8 @@ paths:
|
|
|
26205
26374
|
patch:
|
|
26206
26375
|
description: Updates one or more organization attributes for the current organization
|
|
26207
26376
|
operationId: update_current_organization_attributes_v1_organizations_attributes_patch
|
|
26377
|
+
parameters:
|
|
26378
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26208
26379
|
requestBody:
|
|
26209
26380
|
content:
|
|
26210
26381
|
application/json:
|
|
@@ -26271,6 +26442,8 @@ paths:
|
|
|
26271
26442
|
Single IP addresses are returned with CIDR notation (/32 for IPv4, /128 for
|
|
26272
26443
|
IPv6).'
|
|
26273
26444
|
operationId: list_ip_restrictions_v1_organizations_ip_restrictions_get
|
|
26445
|
+
parameters:
|
|
26446
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26274
26447
|
responses:
|
|
26275
26448
|
'200':
|
|
26276
26449
|
content:
|
|
@@ -26329,6 +26502,8 @@ paths:
|
|
|
26329
26502
|
Individual IP addresses are stored and returned with CIDR notation (/32 for
|
|
26330
26503
|
IPv4, /128 for IPv6).'
|
|
26331
26504
|
operationId: create_ip_restriction_v1_organizations_ip_restrictions_post
|
|
26505
|
+
parameters:
|
|
26506
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26332
26507
|
requestBody:
|
|
26333
26508
|
content:
|
|
26334
26509
|
application/json:
|
|
@@ -26392,6 +26567,7 @@ paths:
|
|
|
26392
26567
|
schema:
|
|
26393
26568
|
title: Ip Restriction Id
|
|
26394
26569
|
type: integer
|
|
26570
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26395
26571
|
responses:
|
|
26396
26572
|
'204':
|
|
26397
26573
|
description: Successful Response
|
|
@@ -26448,6 +26624,7 @@ paths:
|
|
|
26448
26624
|
schema:
|
|
26449
26625
|
title: Ip Restriction Id
|
|
26450
26626
|
type: integer
|
|
26627
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26451
26628
|
responses:
|
|
26452
26629
|
'200':
|
|
26453
26630
|
content:
|
|
@@ -26509,6 +26686,7 @@ paths:
|
|
|
26509
26686
|
schema:
|
|
26510
26687
|
title: Ip Restriction Id
|
|
26511
26688
|
type: integer
|
|
26689
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26512
26690
|
requestBody:
|
|
26513
26691
|
content:
|
|
26514
26692
|
application/json:
|
|
@@ -26563,6 +26741,8 @@ paths:
|
|
|
26563
26741
|
description: Retrieves the catalog of `resource:scope` permissions a custom
|
|
26564
26742
|
role may grant
|
|
26565
26743
|
operationId: list_role_permissions_v1_organizations_role_permissions_get
|
|
26744
|
+
parameters:
|
|
26745
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26566
26746
|
responses:
|
|
26567
26747
|
'200':
|
|
26568
26748
|
content:
|
|
@@ -26613,6 +26793,8 @@ paths:
|
|
|
26613
26793
|
description: 'Retrieves all roles assignable in the current organization: the
|
|
26614
26794
|
built-in roles plus the organization''s custom roles'
|
|
26615
26795
|
operationId: list_roles_v1_organizations_roles_get
|
|
26796
|
+
parameters:
|
|
26797
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26616
26798
|
responses:
|
|
26617
26799
|
'200':
|
|
26618
26800
|
content:
|
|
@@ -26665,6 +26847,8 @@ paths:
|
|
|
26665
26847
|
description: Creates an organization-owned custom role granting the requested
|
|
26666
26848
|
permissions. The escalation-bearing admin/owner permissions cannot be granted.
|
|
26667
26849
|
operationId: create_role_v1_organizations_roles_post
|
|
26850
|
+
parameters:
|
|
26851
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26668
26852
|
requestBody:
|
|
26669
26853
|
content:
|
|
26670
26854
|
application/json:
|
|
@@ -26738,6 +26922,7 @@ paths:
|
|
|
26738
26922
|
schema:
|
|
26739
26923
|
title: Label
|
|
26740
26924
|
type: string
|
|
26925
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26741
26926
|
responses:
|
|
26742
26927
|
'204':
|
|
26743
26928
|
description: Successful Response
|
|
@@ -26815,6 +27000,7 @@ paths:
|
|
|
26815
27000
|
schema:
|
|
26816
27001
|
title: Label
|
|
26817
27002
|
type: string
|
|
27003
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26818
27004
|
responses:
|
|
26819
27005
|
'200':
|
|
26820
27006
|
content:
|
|
@@ -26885,6 +27071,7 @@ paths:
|
|
|
26885
27071
|
schema:
|
|
26886
27072
|
title: Label
|
|
26887
27073
|
type: string
|
|
27074
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
26888
27075
|
requestBody:
|
|
26889
27076
|
content:
|
|
26890
27077
|
application/json:
|
|
@@ -27003,6 +27190,7 @@ paths:
|
|
|
27003
27190
|
type: string
|
|
27004
27191
|
- type: 'null'
|
|
27005
27192
|
title: Search
|
|
27193
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27006
27194
|
responses:
|
|
27007
27195
|
'200':
|
|
27008
27196
|
content:
|
|
@@ -27064,6 +27252,7 @@ paths:
|
|
|
27064
27252
|
title: Organization Id
|
|
27065
27253
|
type: string
|
|
27066
27254
|
x-typeid-prefix: organization
|
|
27255
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27067
27256
|
responses:
|
|
27068
27257
|
'204':
|
|
27069
27258
|
description: Successful Response
|
|
@@ -27118,6 +27307,7 @@ paths:
|
|
|
27118
27307
|
title: Organization Id
|
|
27119
27308
|
type: string
|
|
27120
27309
|
x-typeid-prefix: organization
|
|
27310
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27121
27311
|
responses:
|
|
27122
27312
|
'200':
|
|
27123
27313
|
content:
|
|
@@ -27178,6 +27368,7 @@ paths:
|
|
|
27178
27368
|
title: Organization Id
|
|
27179
27369
|
type: string
|
|
27180
27370
|
x-typeid-prefix: organization
|
|
27371
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27181
27372
|
requestBody:
|
|
27182
27373
|
content:
|
|
27183
27374
|
application/json:
|
|
@@ -27255,6 +27446,7 @@ paths:
|
|
|
27255
27446
|
- type: 'null'
|
|
27256
27447
|
description: Optional list of attribute keys to filter
|
|
27257
27448
|
title: Keys
|
|
27449
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27258
27450
|
responses:
|
|
27259
27451
|
'200':
|
|
27260
27452
|
content:
|
|
@@ -27319,6 +27511,7 @@ paths:
|
|
|
27319
27511
|
title: Organization Id
|
|
27320
27512
|
type: string
|
|
27321
27513
|
x-typeid-prefix: organization
|
|
27514
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27322
27515
|
requestBody:
|
|
27323
27516
|
content:
|
|
27324
27517
|
application/json:
|
|
@@ -27408,6 +27601,7 @@ paths:
|
|
|
27408
27601
|
minimum: 1
|
|
27409
27602
|
title: Page Size
|
|
27410
27603
|
type: integer
|
|
27604
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27411
27605
|
responses:
|
|
27412
27606
|
'200':
|
|
27413
27607
|
content:
|
|
@@ -27467,6 +27661,7 @@ paths:
|
|
|
27467
27661
|
- type: string
|
|
27468
27662
|
- type: 'null'
|
|
27469
27663
|
title: Product Class
|
|
27664
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27470
27665
|
responses:
|
|
27471
27666
|
'200':
|
|
27472
27667
|
content:
|
|
@@ -27627,6 +27822,7 @@ paths:
|
|
|
27627
27822
|
type: string
|
|
27628
27823
|
- type: 'null'
|
|
27629
27824
|
title: Completed Before
|
|
27825
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27630
27826
|
responses:
|
|
27631
27827
|
'200':
|
|
27632
27828
|
content:
|
|
@@ -27699,6 +27895,7 @@ paths:
|
|
|
27699
27895
|
title: Transaction Id
|
|
27700
27896
|
type: string
|
|
27701
27897
|
x-typeid-prefix: billing_transaction
|
|
27898
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27702
27899
|
responses:
|
|
27703
27900
|
'200':
|
|
27704
27901
|
content:
|
|
@@ -27806,6 +28003,7 @@ paths:
|
|
|
27806
28003
|
- $ref: '#/components/schemas/ComplianceStatus'
|
|
27807
28004
|
- type: 'null'
|
|
27808
28005
|
title: Compliance Status
|
|
28006
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27809
28007
|
responses:
|
|
27810
28008
|
'200':
|
|
27811
28009
|
content:
|
|
@@ -27874,6 +28072,7 @@ paths:
|
|
|
27874
28072
|
type: string
|
|
27875
28073
|
- type: 'null'
|
|
27876
28074
|
title: End Time
|
|
28075
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27877
28076
|
responses:
|
|
27878
28077
|
'200':
|
|
27879
28078
|
content:
|
|
@@ -27924,6 +28123,8 @@ paths:
|
|
|
27924
28123
|
description: Accept the parking agreement to enable parking features for your
|
|
27925
28124
|
organization.
|
|
27926
28125
|
operationId: signup_for_parking_v1_parking_signup_post
|
|
28126
|
+
parameters:
|
|
28127
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27927
28128
|
requestBody:
|
|
27928
28129
|
content:
|
|
27929
28130
|
application/json:
|
|
@@ -27978,6 +28179,8 @@ paths:
|
|
|
27978
28179
|
get:
|
|
27979
28180
|
description: Check if your organization has accepted the parking agreement.
|
|
27980
28181
|
operationId: get_parking_signup_status_v1_parking_signup_status_get
|
|
28182
|
+
parameters:
|
|
28183
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
27981
28184
|
responses:
|
|
27982
28185
|
'200':
|
|
27983
28186
|
content:
|
|
@@ -28060,6 +28263,7 @@ paths:
|
|
|
28060
28263
|
type: string
|
|
28061
28264
|
- type: 'null'
|
|
28062
28265
|
title: End Time
|
|
28266
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28063
28267
|
responses:
|
|
28064
28268
|
'200':
|
|
28065
28269
|
content:
|
|
@@ -28184,6 +28388,7 @@ paths:
|
|
|
28184
28388
|
type: string
|
|
28185
28389
|
- type: 'null'
|
|
28186
28390
|
title: Created Before
|
|
28391
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28187
28392
|
responses:
|
|
28188
28393
|
'200':
|
|
28189
28394
|
content:
|
|
@@ -28207,6 +28412,8 @@ paths:
|
|
|
28207
28412
|
- organization:read
|
|
28208
28413
|
post:
|
|
28209
28414
|
operationId: create_report_v1_reports_post
|
|
28415
|
+
parameters:
|
|
28416
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28210
28417
|
requestBody:
|
|
28211
28418
|
content:
|
|
28212
28419
|
application/json:
|
|
@@ -28245,6 +28452,7 @@ paths:
|
|
|
28245
28452
|
schema:
|
|
28246
28453
|
title: Report Id
|
|
28247
28454
|
type: string
|
|
28455
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28248
28456
|
responses:
|
|
28249
28457
|
'200':
|
|
28250
28458
|
content:
|
|
@@ -28276,6 +28484,7 @@ paths:
|
|
|
28276
28484
|
schema:
|
|
28277
28485
|
title: Report Id
|
|
28278
28486
|
type: string
|
|
28487
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28279
28488
|
responses:
|
|
28280
28489
|
'200':
|
|
28281
28490
|
content:
|
|
@@ -28350,6 +28559,7 @@ paths:
|
|
|
28350
28559
|
- type: string
|
|
28351
28560
|
- type: 'null'
|
|
28352
28561
|
title: Search
|
|
28562
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28353
28563
|
responses:
|
|
28354
28564
|
'200':
|
|
28355
28565
|
content:
|
|
@@ -28386,6 +28596,8 @@ paths:
|
|
|
28386
28596
|
post:
|
|
28387
28597
|
description: Create a new tag
|
|
28388
28598
|
operationId: create_tag_v1_tags_post
|
|
28599
|
+
parameters:
|
|
28600
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28389
28601
|
requestBody:
|
|
28390
28602
|
content:
|
|
28391
28603
|
application/json:
|
|
@@ -28443,6 +28655,8 @@ paths:
|
|
|
28443
28655
|
description: Add, remove, or replace tags on multiple objects at once. 'replace'
|
|
28444
28656
|
is mutually exclusive with 'add' and 'remove'.
|
|
28445
28657
|
operationId: bulk_update_object_tags_v1_tags_objects_post
|
|
28658
|
+
parameters:
|
|
28659
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28446
28660
|
requestBody:
|
|
28447
28661
|
content:
|
|
28448
28662
|
application/json:
|
|
@@ -28524,6 +28738,7 @@ paths:
|
|
|
28524
28738
|
title: Tag Id
|
|
28525
28739
|
type: string
|
|
28526
28740
|
x-typeid-prefix: tag
|
|
28741
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28527
28742
|
responses:
|
|
28528
28743
|
'204':
|
|
28529
28744
|
description: Successful Response
|
|
@@ -28581,6 +28796,7 @@ paths:
|
|
|
28581
28796
|
title: Tag Id
|
|
28582
28797
|
type: string
|
|
28583
28798
|
x-typeid-prefix: tag
|
|
28799
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28584
28800
|
responses:
|
|
28585
28801
|
'200':
|
|
28586
28802
|
content:
|
|
@@ -28642,6 +28858,7 @@ paths:
|
|
|
28642
28858
|
title: Tag Id
|
|
28643
28859
|
type: string
|
|
28644
28860
|
x-typeid-prefix: tag
|
|
28861
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28645
28862
|
requestBody:
|
|
28646
28863
|
content:
|
|
28647
28864
|
application/json:
|
|
@@ -28724,6 +28941,7 @@ paths:
|
|
|
28724
28941
|
title: Tag Id
|
|
28725
28942
|
type: string
|
|
28726
28943
|
x-typeid-prefix: tag
|
|
28944
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28727
28945
|
requestBody:
|
|
28728
28946
|
content:
|
|
28729
28947
|
application/json:
|
|
@@ -28797,6 +29015,7 @@ paths:
|
|
|
28797
29015
|
- type: string
|
|
28798
29016
|
- type: 'null'
|
|
28799
29017
|
title: Tlds
|
|
29018
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28800
29019
|
responses:
|
|
28801
29020
|
'200':
|
|
28802
29021
|
content:
|
|
@@ -28828,6 +29047,8 @@ paths:
|
|
|
28828
29047
|
get:
|
|
28829
29048
|
description: Retrieves a list of TLDs we have support for
|
|
28830
29049
|
operationId: get_tld_portfolio_v1_tlds_portfolio_get
|
|
29050
|
+
parameters:
|
|
29051
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28831
29052
|
responses:
|
|
28832
29053
|
'200':
|
|
28833
29054
|
content:
|
|
@@ -28863,6 +29084,7 @@ paths:
|
|
|
28863
29084
|
schema:
|
|
28864
29085
|
title: Tld
|
|
28865
29086
|
type: string
|
|
29087
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28866
29088
|
responses:
|
|
28867
29089
|
'200':
|
|
28868
29090
|
content:
|
|
@@ -28900,6 +29122,8 @@ paths:
|
|
|
28900
29122
|
post:
|
|
28901
29123
|
description: Create a new user
|
|
28902
29124
|
operationId: create_user_v1_users_post
|
|
29125
|
+
parameters:
|
|
29126
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28903
29127
|
requestBody:
|
|
28904
29128
|
content:
|
|
28905
29129
|
application/json:
|
|
@@ -28942,6 +29166,7 @@ paths:
|
|
|
28942
29166
|
type: array
|
|
28943
29167
|
- type: 'null'
|
|
28944
29168
|
title: Attributes
|
|
29169
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28945
29170
|
responses:
|
|
28946
29171
|
'200':
|
|
28947
29172
|
content:
|
|
@@ -28978,6 +29203,7 @@ paths:
|
|
|
28978
29203
|
title: User Id
|
|
28979
29204
|
type: string
|
|
28980
29205
|
x-typeid-prefix: user
|
|
29206
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
28981
29207
|
responses:
|
|
28982
29208
|
'204':
|
|
28983
29209
|
description: Successful Response
|
|
@@ -29034,6 +29260,7 @@ paths:
|
|
|
29034
29260
|
type: array
|
|
29035
29261
|
- type: 'null'
|
|
29036
29262
|
title: Attributes
|
|
29263
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29037
29264
|
responses:
|
|
29038
29265
|
'200':
|
|
29039
29266
|
content:
|
|
@@ -29070,6 +29297,7 @@ paths:
|
|
|
29070
29297
|
title: User Id
|
|
29071
29298
|
type: string
|
|
29072
29299
|
x-typeid-prefix: user
|
|
29300
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29073
29301
|
requestBody:
|
|
29074
29302
|
content:
|
|
29075
29303
|
application/json:
|
|
@@ -29113,6 +29341,7 @@ paths:
|
|
|
29113
29341
|
title: User Id
|
|
29114
29342
|
type: string
|
|
29115
29343
|
x-typeid-prefix: user
|
|
29344
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29116
29345
|
responses:
|
|
29117
29346
|
'200':
|
|
29118
29347
|
content:
|
|
@@ -29150,6 +29379,7 @@ paths:
|
|
|
29150
29379
|
title: User Id
|
|
29151
29380
|
type: string
|
|
29152
29381
|
x-typeid-prefix: user
|
|
29382
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29153
29383
|
responses:
|
|
29154
29384
|
'200':
|
|
29155
29385
|
content:
|
|
@@ -29187,6 +29417,7 @@ paths:
|
|
|
29187
29417
|
title: User Id
|
|
29188
29418
|
type: string
|
|
29189
29419
|
x-typeid-prefix: user
|
|
29420
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29190
29421
|
requestBody:
|
|
29191
29422
|
content:
|
|
29192
29423
|
application/json:
|
|
@@ -29257,6 +29488,7 @@ paths:
|
|
|
29257
29488
|
minimum: 1
|
|
29258
29489
|
title: Page Size
|
|
29259
29490
|
type: integer
|
|
29491
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29260
29492
|
responses:
|
|
29261
29493
|
'200':
|
|
29262
29494
|
content:
|
|
@@ -29280,6 +29512,8 @@ paths:
|
|
|
29280
29512
|
- vanity_ns:read
|
|
29281
29513
|
post:
|
|
29282
29514
|
operationId: create_vanity_nameserver_set_v1_vanity_nameserver_sets_post
|
|
29515
|
+
parameters:
|
|
29516
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29283
29517
|
requestBody:
|
|
29284
29518
|
content:
|
|
29285
29519
|
application/json:
|
|
@@ -29352,6 +29586,8 @@ paths:
|
|
|
29352
29586
|
/v1/vanity-nameserver-sets/check:
|
|
29353
29587
|
post:
|
|
29354
29588
|
operationId: check_vanity_nameserver_set_v1_vanity_nameserver_sets_check_post
|
|
29589
|
+
parameters:
|
|
29590
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29355
29591
|
requestBody:
|
|
29356
29592
|
content:
|
|
29357
29593
|
application/json:
|
|
@@ -29464,6 +29700,8 @@ paths:
|
|
|
29464
29700
|
/v1/vanity-nameserver-sets/default:
|
|
29465
29701
|
delete:
|
|
29466
29702
|
operationId: clear_vanity_nameserver_set_default_v1_vanity_nameserver_sets_default_delete
|
|
29703
|
+
parameters:
|
|
29704
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29467
29705
|
responses:
|
|
29468
29706
|
'200':
|
|
29469
29707
|
content:
|
|
@@ -29500,6 +29738,7 @@ paths:
|
|
|
29500
29738
|
title: Set Id
|
|
29501
29739
|
type: string
|
|
29502
29740
|
x-typeid-prefix: vns
|
|
29741
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29503
29742
|
responses:
|
|
29504
29743
|
'202':
|
|
29505
29744
|
content:
|
|
@@ -29534,6 +29773,7 @@ paths:
|
|
|
29534
29773
|
title: Set Id
|
|
29535
29774
|
type: string
|
|
29536
29775
|
x-typeid-prefix: vns
|
|
29776
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29537
29777
|
responses:
|
|
29538
29778
|
'200':
|
|
29539
29779
|
content:
|
|
@@ -29570,6 +29810,7 @@ paths:
|
|
|
29570
29810
|
title: Set Id
|
|
29571
29811
|
type: string
|
|
29572
29812
|
x-typeid-prefix: vns
|
|
29813
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29573
29814
|
responses:
|
|
29574
29815
|
'200':
|
|
29575
29816
|
content:
|
|
@@ -29606,6 +29847,7 @@ paths:
|
|
|
29606
29847
|
title: Set Id
|
|
29607
29848
|
type: string
|
|
29608
29849
|
x-typeid-prefix: vns
|
|
29850
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29609
29851
|
responses:
|
|
29610
29852
|
'200':
|
|
29611
29853
|
content:
|
|
@@ -29642,6 +29884,7 @@ paths:
|
|
|
29642
29884
|
title: Set Id
|
|
29643
29885
|
type: string
|
|
29644
29886
|
x-typeid-prefix: vns
|
|
29887
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29645
29888
|
responses:
|
|
29646
29889
|
'202':
|
|
29647
29890
|
content:
|
|
@@ -29695,6 +29938,7 @@ paths:
|
|
|
29695
29938
|
minimum: 1
|
|
29696
29939
|
title: Page Size
|
|
29697
29940
|
type: integer
|
|
29941
|
+
- $ref: '#/components/parameters/DatetimeFormatHeader'
|
|
29698
29942
|
responses:
|
|
29699
29943
|
'200':
|
|
29700
29944
|
content:
|