@wspc/cli 0.0.16 → 0.0.18
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/dist/cli.js +80 -27
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +15 -15
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -2
- package/spec/openapi.json +180 -180
package/spec/openapi.json
CHANGED
|
@@ -3363,10 +3363,10 @@
|
|
|
3363
3363
|
"summary": "Accept an invite and switch into the inviting organization",
|
|
3364
3364
|
"parameters": [
|
|
3365
3365
|
{
|
|
3366
|
-
"name": "x-
|
|
3366
|
+
"name": "x-cb-auth",
|
|
3367
3367
|
"in": "header",
|
|
3368
3368
|
"required": false,
|
|
3369
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
3369
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
3370
3370
|
"schema": {
|
|
3371
3371
|
"type": "string"
|
|
3372
3372
|
},
|
|
@@ -3400,7 +3400,7 @@
|
|
|
3400
3400
|
"200": {
|
|
3401
3401
|
"description": "The organization the caller now belongs to.",
|
|
3402
3402
|
"headers": {
|
|
3403
|
-
"x-
|
|
3403
|
+
"x-cb-auth": {
|
|
3404
3404
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
3405
3405
|
"schema": {
|
|
3406
3406
|
"type": "string"
|
|
@@ -3755,10 +3755,10 @@
|
|
|
3755
3755
|
"summary": "Create a new API key (full value returned once)",
|
|
3756
3756
|
"parameters": [
|
|
3757
3757
|
{
|
|
3758
|
-
"name": "x-
|
|
3758
|
+
"name": "x-cb-auth",
|
|
3759
3759
|
"in": "header",
|
|
3760
3760
|
"required": false,
|
|
3761
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
3761
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
3762
3762
|
"schema": {
|
|
3763
3763
|
"type": "string"
|
|
3764
3764
|
},
|
|
@@ -3809,7 +3809,7 @@
|
|
|
3809
3809
|
"200": {
|
|
3810
3810
|
"description": "New key created. Store `api_key` securely — the full value is not available after this response.",
|
|
3811
3811
|
"headers": {
|
|
3812
|
-
"x-
|
|
3812
|
+
"x-cb-auth": {
|
|
3813
3813
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
3814
3814
|
"schema": {
|
|
3815
3815
|
"type": "string"
|
|
@@ -4162,10 +4162,10 @@
|
|
|
4162
4162
|
"summary": "List active API keys",
|
|
4163
4163
|
"parameters": [
|
|
4164
4164
|
{
|
|
4165
|
-
"name": "x-
|
|
4165
|
+
"name": "x-cb-auth",
|
|
4166
4166
|
"in": "header",
|
|
4167
4167
|
"required": false,
|
|
4168
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
4168
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
4169
4169
|
"schema": {
|
|
4170
4170
|
"type": "string"
|
|
4171
4171
|
},
|
|
@@ -4209,7 +4209,7 @@
|
|
|
4209
4209
|
"200": {
|
|
4210
4210
|
"description": "List of active API keys and the id of the key used for this request.",
|
|
4211
4211
|
"headers": {
|
|
4212
|
-
"x-
|
|
4212
|
+
"x-cb-auth": {
|
|
4213
4213
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
4214
4214
|
"schema": {
|
|
4215
4215
|
"type": "string"
|
|
@@ -4580,10 +4580,10 @@
|
|
|
4580
4580
|
"summary": "Invite an email to join the caller's organization",
|
|
4581
4581
|
"parameters": [
|
|
4582
4582
|
{
|
|
4583
|
-
"name": "x-
|
|
4583
|
+
"name": "x-cb-auth",
|
|
4584
4584
|
"in": "header",
|
|
4585
4585
|
"required": false,
|
|
4586
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
4586
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
4587
4587
|
"schema": {
|
|
4588
4588
|
"type": "string"
|
|
4589
4589
|
},
|
|
@@ -4616,7 +4616,7 @@
|
|
|
4616
4616
|
"201": {
|
|
4617
4617
|
"description": "The created (or existing pending) invite.",
|
|
4618
4618
|
"headers": {
|
|
4619
|
-
"x-
|
|
4619
|
+
"x-cb-auth": {
|
|
4620
4620
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
4621
4621
|
"schema": {
|
|
4622
4622
|
"type": "string"
|
|
@@ -4986,10 +4986,10 @@
|
|
|
4986
4986
|
"summary": "List invites issued by the caller's organization",
|
|
4987
4987
|
"parameters": [
|
|
4988
4988
|
{
|
|
4989
|
-
"name": "x-
|
|
4989
|
+
"name": "x-cb-auth",
|
|
4990
4990
|
"in": "header",
|
|
4991
4991
|
"required": false,
|
|
4992
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
4992
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
4993
4993
|
"schema": {
|
|
4994
4994
|
"type": "string"
|
|
4995
4995
|
},
|
|
@@ -5013,7 +5013,7 @@
|
|
|
5013
5013
|
"200": {
|
|
5014
5014
|
"description": "Invites for this org.",
|
|
5015
5015
|
"headers": {
|
|
5016
|
-
"x-
|
|
5016
|
+
"x-cb-auth": {
|
|
5017
5017
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
5018
5018
|
"schema": {
|
|
5019
5019
|
"type": "string"
|
|
@@ -5607,10 +5607,10 @@
|
|
|
5607
5607
|
"summary": "Get the authenticated user's organization",
|
|
5608
5608
|
"parameters": [
|
|
5609
5609
|
{
|
|
5610
|
-
"name": "x-
|
|
5610
|
+
"name": "x-cb-auth",
|
|
5611
5611
|
"in": "header",
|
|
5612
5612
|
"required": false,
|
|
5613
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
5613
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
5614
5614
|
"schema": {
|
|
5615
5615
|
"type": "string"
|
|
5616
5616
|
},
|
|
@@ -5634,7 +5634,7 @@
|
|
|
5634
5634
|
"200": {
|
|
5635
5635
|
"description": "The authenticated user's organization.",
|
|
5636
5636
|
"headers": {
|
|
5637
|
-
"x-
|
|
5637
|
+
"x-cb-auth": {
|
|
5638
5638
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
5639
5639
|
"schema": {
|
|
5640
5640
|
"type": "string"
|
|
@@ -6009,10 +6009,10 @@
|
|
|
6009
6009
|
"summary": "Update the authenticated user's organization",
|
|
6010
6010
|
"parameters": [
|
|
6011
6011
|
{
|
|
6012
|
-
"name": "x-
|
|
6012
|
+
"name": "x-cb-auth",
|
|
6013
6013
|
"in": "header",
|
|
6014
6014
|
"required": false,
|
|
6015
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
6015
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
6016
6016
|
"schema": {
|
|
6017
6017
|
"type": "string"
|
|
6018
6018
|
},
|
|
@@ -6045,7 +6045,7 @@
|
|
|
6045
6045
|
"200": {
|
|
6046
6046
|
"description": "The updated organization metadata.",
|
|
6047
6047
|
"headers": {
|
|
6048
|
-
"x-
|
|
6048
|
+
"x-cb-auth": {
|
|
6049
6049
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
6050
6050
|
"schema": {
|
|
6051
6051
|
"type": "string"
|
|
@@ -6406,10 +6406,10 @@
|
|
|
6406
6406
|
"summary": "Get a single invite addressed to the caller",
|
|
6407
6407
|
"parameters": [
|
|
6408
6408
|
{
|
|
6409
|
-
"name": "x-
|
|
6409
|
+
"name": "x-cb-auth",
|
|
6410
6410
|
"in": "header",
|
|
6411
6411
|
"required": false,
|
|
6412
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
6412
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
6413
6413
|
"schema": {
|
|
6414
6414
|
"type": "string"
|
|
6415
6415
|
},
|
|
@@ -6443,7 +6443,7 @@
|
|
|
6443
6443
|
"200": {
|
|
6444
6444
|
"description": "The invite.",
|
|
6445
6445
|
"headers": {
|
|
6446
|
-
"x-
|
|
6446
|
+
"x-cb-auth": {
|
|
6447
6447
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
6448
6448
|
"schema": {
|
|
6449
6449
|
"type": "string"
|
|
@@ -6818,10 +6818,10 @@
|
|
|
6818
6818
|
"summary": "Fetch the user identified by the bearer token",
|
|
6819
6819
|
"parameters": [
|
|
6820
6820
|
{
|
|
6821
|
-
"name": "x-
|
|
6821
|
+
"name": "x-cb-auth",
|
|
6822
6822
|
"in": "header",
|
|
6823
6823
|
"required": false,
|
|
6824
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
6824
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
6825
6825
|
"schema": {
|
|
6826
6826
|
"type": "string"
|
|
6827
6827
|
},
|
|
@@ -6845,7 +6845,7 @@
|
|
|
6845
6845
|
"200": {
|
|
6846
6846
|
"description": "The bearer token is valid. The response carries the stable `user_id`, the user's email, and — for `wspc_*` API keys only — the `api_key_id` that authenticated the call.",
|
|
6847
6847
|
"headers": {
|
|
6848
|
-
"x-
|
|
6848
|
+
"x-cb-auth": {
|
|
6849
6849
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
6850
6850
|
"schema": {
|
|
6851
6851
|
"type": "string"
|
|
@@ -7236,10 +7236,10 @@
|
|
|
7236
7236
|
"summary": "List invites addressed to the authenticated user's email",
|
|
7237
7237
|
"parameters": [
|
|
7238
7238
|
{
|
|
7239
|
-
"name": "x-
|
|
7239
|
+
"name": "x-cb-auth",
|
|
7240
7240
|
"in": "header",
|
|
7241
7241
|
"required": false,
|
|
7242
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
7242
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
7243
7243
|
"schema": {
|
|
7244
7244
|
"type": "string"
|
|
7245
7245
|
},
|
|
@@ -7263,7 +7263,7 @@
|
|
|
7263
7263
|
"200": {
|
|
7264
7264
|
"description": "Invites addressed to the caller.",
|
|
7265
7265
|
"headers": {
|
|
7266
|
-
"x-
|
|
7266
|
+
"x-cb-auth": {
|
|
7267
7267
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
7268
7268
|
"schema": {
|
|
7269
7269
|
"type": "string"
|
|
@@ -7635,10 +7635,10 @@
|
|
|
7635
7635
|
"summary": "List members of the authenticated user's organization",
|
|
7636
7636
|
"parameters": [
|
|
7637
7637
|
{
|
|
7638
|
-
"name": "x-
|
|
7638
|
+
"name": "x-cb-auth",
|
|
7639
7639
|
"in": "header",
|
|
7640
7640
|
"required": false,
|
|
7641
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
7641
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
7642
7642
|
"schema": {
|
|
7643
7643
|
"type": "string"
|
|
7644
7644
|
},
|
|
@@ -7682,7 +7682,7 @@
|
|
|
7682
7682
|
"200": {
|
|
7683
7683
|
"description": "List of organization members and optional cursor for next page.",
|
|
7684
7684
|
"headers": {
|
|
7685
|
-
"x-
|
|
7685
|
+
"x-cb-auth": {
|
|
7686
7686
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
7687
7687
|
"schema": {
|
|
7688
7688
|
"type": "string"
|
|
@@ -9013,10 +9013,10 @@
|
|
|
9013
9013
|
"summary": "Reject an invite",
|
|
9014
9014
|
"parameters": [
|
|
9015
9015
|
{
|
|
9016
|
-
"name": "x-
|
|
9016
|
+
"name": "x-cb-auth",
|
|
9017
9017
|
"in": "header",
|
|
9018
9018
|
"required": false,
|
|
9019
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
9019
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
9020
9020
|
"schema": {
|
|
9021
9021
|
"type": "string"
|
|
9022
9022
|
},
|
|
@@ -9050,7 +9050,7 @@
|
|
|
9050
9050
|
"204": {
|
|
9051
9051
|
"description": "Invite rejected.",
|
|
9052
9052
|
"headers": {
|
|
9053
|
-
"x-
|
|
9053
|
+
"x-cb-auth": {
|
|
9054
9054
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
9055
9055
|
"schema": {
|
|
9056
9056
|
"type": "string"
|
|
@@ -9398,10 +9398,10 @@
|
|
|
9398
9398
|
"summary": "Remove a member from the organization",
|
|
9399
9399
|
"parameters": [
|
|
9400
9400
|
{
|
|
9401
|
-
"name": "x-
|
|
9401
|
+
"name": "x-cb-auth",
|
|
9402
9402
|
"in": "header",
|
|
9403
9403
|
"required": false,
|
|
9404
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
9404
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
9405
9405
|
"schema": {
|
|
9406
9406
|
"type": "string"
|
|
9407
9407
|
},
|
|
@@ -9430,7 +9430,7 @@
|
|
|
9430
9430
|
"204": {
|
|
9431
9431
|
"description": "Member removed successfully.",
|
|
9432
9432
|
"headers": {
|
|
9433
|
-
"x-
|
|
9433
|
+
"x-cb-auth": {
|
|
9434
9434
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
9435
9435
|
"schema": {
|
|
9436
9436
|
"type": "string"
|
|
@@ -9775,10 +9775,10 @@
|
|
|
9775
9775
|
"summary": "Request an email magic code",
|
|
9776
9776
|
"parameters": [
|
|
9777
9777
|
{
|
|
9778
|
-
"name": "x-
|
|
9778
|
+
"name": "x-cb-auth",
|
|
9779
9779
|
"in": "header",
|
|
9780
9780
|
"required": false,
|
|
9781
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
9781
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
9782
9782
|
"schema": {
|
|
9783
9783
|
"type": "string"
|
|
9784
9784
|
},
|
|
@@ -9819,7 +9819,7 @@
|
|
|
9819
9819
|
"200": {
|
|
9820
9820
|
"description": "The magic code was generated and an email was dispatched. The same response shape is returned for registered and unregistered addresses to avoid account-existence disclosure.",
|
|
9821
9821
|
"headers": {
|
|
9822
|
-
"x-
|
|
9822
|
+
"x-cb-auth": {
|
|
9823
9823
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
9824
9824
|
"schema": {
|
|
9825
9825
|
"type": "string"
|
|
@@ -10183,10 +10183,10 @@
|
|
|
10183
10183
|
"summary": "Soft-revoke an API key",
|
|
10184
10184
|
"parameters": [
|
|
10185
10185
|
{
|
|
10186
|
-
"name": "x-
|
|
10186
|
+
"name": "x-cb-auth",
|
|
10187
10187
|
"in": "header",
|
|
10188
10188
|
"required": false,
|
|
10189
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
10189
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
10190
10190
|
"schema": {
|
|
10191
10191
|
"type": "string"
|
|
10192
10192
|
},
|
|
@@ -10226,7 +10226,7 @@
|
|
|
10226
10226
|
"200": {
|
|
10227
10227
|
"description": "Key revoked successfully.",
|
|
10228
10228
|
"headers": {
|
|
10229
|
-
"x-
|
|
10229
|
+
"x-cb-auth": {
|
|
10230
10230
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
10231
10231
|
"schema": {
|
|
10232
10232
|
"type": "string"
|
|
@@ -10579,10 +10579,10 @@
|
|
|
10579
10579
|
"summary": "Update an active API key's label",
|
|
10580
10580
|
"parameters": [
|
|
10581
10581
|
{
|
|
10582
|
-
"name": "x-
|
|
10582
|
+
"name": "x-cb-auth",
|
|
10583
10583
|
"in": "header",
|
|
10584
10584
|
"required": false,
|
|
10585
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
10585
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
10586
10586
|
"schema": {
|
|
10587
10587
|
"type": "string"
|
|
10588
10588
|
},
|
|
@@ -10632,7 +10632,7 @@
|
|
|
10632
10632
|
"200": {
|
|
10633
10633
|
"description": "API key label updated successfully.",
|
|
10634
10634
|
"headers": {
|
|
10635
|
-
"x-
|
|
10635
|
+
"x-cb-auth": {
|
|
10636
10636
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
10637
10637
|
"schema": {
|
|
10638
10638
|
"type": "string"
|
|
@@ -11203,10 +11203,10 @@
|
|
|
11203
11203
|
"summary": "Revoke a pending invite",
|
|
11204
11204
|
"parameters": [
|
|
11205
11205
|
{
|
|
11206
|
-
"name": "x-
|
|
11206
|
+
"name": "x-cb-auth",
|
|
11207
11207
|
"in": "header",
|
|
11208
11208
|
"required": false,
|
|
11209
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
11209
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
11210
11210
|
"schema": {
|
|
11211
11211
|
"type": "string"
|
|
11212
11212
|
},
|
|
@@ -11240,7 +11240,7 @@
|
|
|
11240
11240
|
"204": {
|
|
11241
11241
|
"description": "Invite revoked.",
|
|
11242
11242
|
"headers": {
|
|
11243
|
-
"x-
|
|
11243
|
+
"x-cb-auth": {
|
|
11244
11244
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
11245
11245
|
"schema": {
|
|
11246
11246
|
"type": "string"
|
|
@@ -11813,10 +11813,10 @@
|
|
|
11813
11813
|
"summary": "Verify a magic code and issue an API key",
|
|
11814
11814
|
"parameters": [
|
|
11815
11815
|
{
|
|
11816
|
-
"name": "x-
|
|
11816
|
+
"name": "x-cb-auth",
|
|
11817
11817
|
"in": "header",
|
|
11818
11818
|
"required": false,
|
|
11819
|
-
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency.",
|
|
11819
|
+
"description": "Optional opaque consistency bookmark returned by a previous auth response. Send it back unchanged to continue read-after-write consistency for auth D1 data.",
|
|
11820
11820
|
"schema": {
|
|
11821
11821
|
"type": "string"
|
|
11822
11822
|
},
|
|
@@ -11858,7 +11858,7 @@
|
|
|
11858
11858
|
"200": {
|
|
11859
11859
|
"description": "Code accepted. The response carries a fresh API key for the active environment plus the user's stable id. Persist these client-side.",
|
|
11860
11860
|
"headers": {
|
|
11861
|
-
"x-
|
|
11861
|
+
"x-cb-auth": {
|
|
11862
11862
|
"description": "Opaque consistency bookmark for the latest auth database position observed by this request. Store and send it on the next auth request to continue read-after-write consistency.",
|
|
11863
11863
|
"schema": {
|
|
11864
11864
|
"type": "string"
|
|
@@ -12269,10 +12269,10 @@
|
|
|
12269
12269
|
"summary": "Schedule a calendar event",
|
|
12270
12270
|
"parameters": [
|
|
12271
12271
|
{
|
|
12272
|
-
"name": "x-
|
|
12272
|
+
"name": "x-cb-cal",
|
|
12273
12273
|
"in": "header",
|
|
12274
12274
|
"required": false,
|
|
12275
|
-
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency.",
|
|
12275
|
+
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency for calendar D1 data.",
|
|
12276
12276
|
"schema": {
|
|
12277
12277
|
"type": "string"
|
|
12278
12278
|
},
|
|
@@ -12356,7 +12356,7 @@
|
|
|
12356
12356
|
"201": {
|
|
12357
12357
|
"description": "The event was created. Response carries the full row including server-assigned `id`, `version: 1`, derived `all_day`, and (if applicable) `attendees`. Invitation emails are sent asynchronously via `waitUntil`.",
|
|
12358
12358
|
"headers": {
|
|
12359
|
-
"x-
|
|
12359
|
+
"x-cb-cal": {
|
|
12360
12360
|
"description": "Opaque consistency bookmark for the latest calendar database position observed by this request. Store and send it on the next calendar request to continue read-after-write consistency.",
|
|
12361
12361
|
"schema": {
|
|
12362
12362
|
"type": "string"
|
|
@@ -12767,10 +12767,10 @@
|
|
|
12767
12767
|
"summary": "List calendar events",
|
|
12768
12768
|
"parameters": [
|
|
12769
12769
|
{
|
|
12770
|
-
"name": "x-
|
|
12770
|
+
"name": "x-cb-cal",
|
|
12771
12771
|
"in": "header",
|
|
12772
12772
|
"required": false,
|
|
12773
|
-
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency.",
|
|
12773
|
+
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency for calendar D1 data.",
|
|
12774
12774
|
"schema": {
|
|
12775
12775
|
"type": "string"
|
|
12776
12776
|
},
|
|
@@ -12889,7 +12889,7 @@
|
|
|
12889
12889
|
"200": {
|
|
12890
12890
|
"description": "Events matching the filters. Empty `events` array when nothing matches. `next_cursor` is present iff there is another page.",
|
|
12891
12891
|
"headers": {
|
|
12892
|
-
"x-
|
|
12892
|
+
"x-cb-cal": {
|
|
12893
12893
|
"description": "Opaque consistency bookmark for the latest calendar database position observed by this request. Store and send it on the next calendar request to continue read-after-write consistency.",
|
|
12894
12894
|
"schema": {
|
|
12895
12895
|
"type": "string"
|
|
@@ -13305,10 +13305,10 @@
|
|
|
13305
13305
|
"summary": "Soft-delete a calendar event",
|
|
13306
13306
|
"parameters": [
|
|
13307
13307
|
{
|
|
13308
|
-
"name": "x-
|
|
13308
|
+
"name": "x-cb-cal",
|
|
13309
13309
|
"in": "header",
|
|
13310
13310
|
"required": false,
|
|
13311
|
-
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency.",
|
|
13311
|
+
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency for calendar D1 data.",
|
|
13312
13312
|
"schema": {
|
|
13313
13313
|
"type": "string"
|
|
13314
13314
|
},
|
|
@@ -13368,7 +13368,7 @@
|
|
|
13368
13368
|
"200": {
|
|
13369
13369
|
"description": "The event was soft-deleted. Response carries `id`, `deleted_at`, and the post-delete `version`. Cancellation emails are sent asynchronously.",
|
|
13370
13370
|
"headers": {
|
|
13371
|
-
"x-
|
|
13371
|
+
"x-cb-cal": {
|
|
13372
13372
|
"description": "Opaque consistency bookmark for the latest calendar database position observed by this request. Store and send it on the next calendar request to continue read-after-write consistency.",
|
|
13373
13373
|
"schema": {
|
|
13374
13374
|
"type": "string"
|
|
@@ -13748,10 +13748,10 @@
|
|
|
13748
13748
|
"summary": "Get a calendar event by id",
|
|
13749
13749
|
"parameters": [
|
|
13750
13750
|
{
|
|
13751
|
-
"name": "x-
|
|
13751
|
+
"name": "x-cb-cal",
|
|
13752
13752
|
"in": "header",
|
|
13753
13753
|
"required": false,
|
|
13754
|
-
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency.",
|
|
13754
|
+
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency for calendar D1 data.",
|
|
13755
13755
|
"schema": {
|
|
13756
13756
|
"type": "string"
|
|
13757
13757
|
},
|
|
@@ -13800,7 +13800,7 @@
|
|
|
13800
13800
|
"200": {
|
|
13801
13801
|
"description": "The requested event. Includes `deleted_at` only when fetched with `include_deleted=true` on a soft-deleted row.",
|
|
13802
13802
|
"headers": {
|
|
13803
|
-
"x-
|
|
13803
|
+
"x-cb-cal": {
|
|
13804
13804
|
"description": "Opaque consistency bookmark for the latest calendar database position observed by this request. Store and send it on the next calendar request to continue read-after-write consistency.",
|
|
13805
13805
|
"schema": {
|
|
13806
13806
|
"type": "string"
|
|
@@ -14216,10 +14216,10 @@
|
|
|
14216
14216
|
"summary": "Update a calendar event",
|
|
14217
14217
|
"parameters": [
|
|
14218
14218
|
{
|
|
14219
|
-
"name": "x-
|
|
14219
|
+
"name": "x-cb-cal",
|
|
14220
14220
|
"in": "header",
|
|
14221
14221
|
"required": false,
|
|
14222
|
-
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency.",
|
|
14222
|
+
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency for calendar D1 data.",
|
|
14223
14223
|
"schema": {
|
|
14224
14224
|
"type": "string"
|
|
14225
14225
|
},
|
|
@@ -14303,7 +14303,7 @@
|
|
|
14303
14303
|
"200": {
|
|
14304
14304
|
"description": "The updated event with `version` incremented. Attendee diff emails are sent asynchronously.",
|
|
14305
14305
|
"headers": {
|
|
14306
|
-
"x-
|
|
14306
|
+
"x-cb-cal": {
|
|
14307
14307
|
"description": "Opaque consistency bookmark for the latest calendar database position observed by this request. Store and send it on the next calendar request to continue read-after-write consistency.",
|
|
14308
14308
|
"schema": {
|
|
14309
14309
|
"type": "string"
|
|
@@ -14690,10 +14690,10 @@
|
|
|
14690
14690
|
"summary": "Download event as `.ics`",
|
|
14691
14691
|
"parameters": [
|
|
14692
14692
|
{
|
|
14693
|
-
"name": "x-
|
|
14693
|
+
"name": "x-cb-cal",
|
|
14694
14694
|
"in": "header",
|
|
14695
14695
|
"required": false,
|
|
14696
|
-
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency.",
|
|
14696
|
+
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency for calendar D1 data.",
|
|
14697
14697
|
"schema": {
|
|
14698
14698
|
"type": "string"
|
|
14699
14699
|
},
|
|
@@ -14732,7 +14732,7 @@
|
|
|
14732
14732
|
"200": {
|
|
14733
14733
|
"description": "RFC 5545 iCalendar payload as plain text. Content-Type `text/calendar; charset=utf-8`. Body begins with `BEGIN:VCALENDAR` and contains a single `VEVENT` for this event.",
|
|
14734
14734
|
"headers": {
|
|
14735
|
-
"x-
|
|
14735
|
+
"x-cb-cal": {
|
|
14736
14736
|
"description": "Opaque consistency bookmark for the latest calendar database position observed by this request. Store and send it on the next calendar request to continue read-after-write consistency.",
|
|
14737
14737
|
"schema": {
|
|
14738
14738
|
"type": "string"
|
|
@@ -15086,10 +15086,10 @@
|
|
|
15086
15086
|
"summary": "Restore a soft-deleted event",
|
|
15087
15087
|
"parameters": [
|
|
15088
15088
|
{
|
|
15089
|
-
"name": "x-
|
|
15089
|
+
"name": "x-cb-cal",
|
|
15090
15090
|
"in": "header",
|
|
15091
15091
|
"required": false,
|
|
15092
|
-
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency.",
|
|
15092
|
+
"description": "Optional opaque consistency bookmark returned by a previous calendar response. Send it back unchanged to continue read-after-write consistency for calendar D1 data.",
|
|
15093
15093
|
"schema": {
|
|
15094
15094
|
"type": "string"
|
|
15095
15095
|
},
|
|
@@ -15144,7 +15144,7 @@
|
|
|
15144
15144
|
"200": {
|
|
15145
15145
|
"description": "The restored event with `version` incremented and `deleted_at` cleared. Re-invitation emails are sent asynchronously to attendees.",
|
|
15146
15146
|
"headers": {
|
|
15147
|
-
"x-
|
|
15147
|
+
"x-cb-cal": {
|
|
15148
15148
|
"description": "Opaque consistency bookmark for the latest calendar database position observed by this request. Store and send it on the next calendar request to continue read-after-write consistency.",
|
|
15149
15149
|
"schema": {
|
|
15150
15150
|
"type": "string"
|
|
@@ -15525,7 +15525,7 @@
|
|
|
15525
15525
|
],
|
|
15526
15526
|
"parameters": [
|
|
15527
15527
|
{
|
|
15528
|
-
"name": "x-
|
|
15528
|
+
"name": "x-cb-email",
|
|
15529
15529
|
"in": "header",
|
|
15530
15530
|
"required": false,
|
|
15531
15531
|
"description": "Optional opaque consistency bookmark returned by a previous email response. Send it back unchanged to continue read-after-write consistency for email D1 data.",
|
|
@@ -15596,7 +15596,7 @@
|
|
|
15596
15596
|
"201": {
|
|
15597
15597
|
"description": "Alias created. The requested address is live immediately.",
|
|
15598
15598
|
"headers": {
|
|
15599
|
-
"x-
|
|
15599
|
+
"x-cb-email": {
|
|
15600
15600
|
"description": "Opaque consistency bookmark for the latest email database position observed by this request. Store and send it on the next email request to continue read-after-write consistency.",
|
|
15601
15601
|
"schema": {
|
|
15602
15602
|
"type": "string"
|
|
@@ -15830,7 +15830,7 @@
|
|
|
15830
15830
|
],
|
|
15831
15831
|
"parameters": [
|
|
15832
15832
|
{
|
|
15833
|
-
"name": "x-
|
|
15833
|
+
"name": "x-cb-email",
|
|
15834
15834
|
"in": "header",
|
|
15835
15835
|
"required": false,
|
|
15836
15836
|
"description": "Optional opaque consistency bookmark returned by a previous email response. Send it back unchanged to continue read-after-write consistency for email D1 data.",
|
|
@@ -15884,7 +15884,7 @@
|
|
|
15884
15884
|
"200": {
|
|
15885
15885
|
"description": "Aliases owned by the caller, including soft-deleted entries when requested.",
|
|
15886
15886
|
"headers": {
|
|
15887
|
-
"x-
|
|
15887
|
+
"x-cb-email": {
|
|
15888
15888
|
"description": "Opaque consistency bookmark for the latest email database position observed by this request. Store and send it on the next email request to continue read-after-write consistency.",
|
|
15889
15889
|
"schema": {
|
|
15890
15890
|
"type": "string"
|
|
@@ -16114,7 +16114,7 @@
|
|
|
16114
16114
|
],
|
|
16115
16115
|
"parameters": [
|
|
16116
16116
|
{
|
|
16117
|
-
"name": "x-
|
|
16117
|
+
"name": "x-cb-email",
|
|
16118
16118
|
"in": "header",
|
|
16119
16119
|
"required": false,
|
|
16120
16120
|
"description": "Optional opaque consistency bookmark returned by a previous email response. Send it back unchanged to continue read-after-write consistency for email D1 data.",
|
|
@@ -16173,7 +16173,7 @@
|
|
|
16173
16173
|
"201": {
|
|
16174
16174
|
"description": "Custom domain registered and DNS verification records returned. Custom-domain aliases require full domain readiness before use.",
|
|
16175
16175
|
"headers": {
|
|
16176
|
-
"x-
|
|
16176
|
+
"x-cb-email": {
|
|
16177
16177
|
"description": "Opaque consistency bookmark for the latest email database position observed by this request. Store and send it on the next email request to continue read-after-write consistency.",
|
|
16178
16178
|
"schema": {
|
|
16179
16179
|
"type": "string"
|
|
@@ -16478,7 +16478,7 @@
|
|
|
16478
16478
|
],
|
|
16479
16479
|
"parameters": [
|
|
16480
16480
|
{
|
|
16481
|
-
"name": "x-
|
|
16481
|
+
"name": "x-cb-email",
|
|
16482
16482
|
"in": "header",
|
|
16483
16483
|
"required": false,
|
|
16484
16484
|
"description": "Optional opaque consistency bookmark returned by a previous email response. Send it back unchanged to continue read-after-write consistency for email D1 data.",
|
|
@@ -16523,7 +16523,7 @@
|
|
|
16523
16523
|
"200": {
|
|
16524
16524
|
"description": "Custom domains cached for the caller organization, including ownership, sending readiness, and receiving readiness state.",
|
|
16525
16525
|
"headers": {
|
|
16526
|
-
"x-
|
|
16526
|
+
"x-cb-email": {
|
|
16527
16527
|
"description": "Opaque consistency bookmark for the latest email database position observed by this request. Store and send it on the next email request to continue read-after-write consistency.",
|
|
16528
16528
|
"schema": {
|
|
16529
16529
|
"type": "string"
|
|
@@ -17911,7 +17911,7 @@
|
|
|
17911
17911
|
],
|
|
17912
17912
|
"parameters": [
|
|
17913
17913
|
{
|
|
17914
|
-
"name": "x-
|
|
17914
|
+
"name": "x-cb-email",
|
|
17915
17915
|
"in": "header",
|
|
17916
17916
|
"required": false,
|
|
17917
17917
|
"description": "Optional opaque consistency bookmark returned by a previous email response. Send it back unchanged to continue read-after-write consistency for email D1 data.",
|
|
@@ -17967,7 +17967,7 @@
|
|
|
17967
17967
|
"200": {
|
|
17968
17968
|
"description": "Raw attachment bytes. `Content-Type` matches the attachment's parsed MIME (often `application/pdf`, `image/jpeg`, `text/calendar`, or `application/octet-stream` when unknown). `Content-Disposition: attachment; filename=\"<filename>\"`.",
|
|
17969
17969
|
"headers": {
|
|
17970
|
-
"x-
|
|
17970
|
+
"x-cb-email": {
|
|
17971
17971
|
"description": "Opaque consistency bookmark for the latest email database position observed by this request. Store and send it on the next email request to continue read-after-write consistency.",
|
|
17972
17972
|
"schema": {
|
|
17973
17973
|
"type": "string"
|
|
@@ -18173,7 +18173,7 @@
|
|
|
18173
18173
|
],
|
|
18174
18174
|
"parameters": [
|
|
18175
18175
|
{
|
|
18176
|
-
"name": "x-
|
|
18176
|
+
"name": "x-cb-email",
|
|
18177
18177
|
"in": "header",
|
|
18178
18178
|
"required": false,
|
|
18179
18179
|
"description": "Optional opaque consistency bookmark returned by a previous email response. Send it back unchanged to continue read-after-write consistency for email D1 data.",
|
|
@@ -18247,7 +18247,7 @@
|
|
|
18247
18247
|
"200": {
|
|
18248
18248
|
"description": "The email row, attachment metadata, and (when requested) the HTML body.",
|
|
18249
18249
|
"headers": {
|
|
18250
|
-
"x-
|
|
18250
|
+
"x-cb-email": {
|
|
18251
18251
|
"description": "Opaque consistency bookmark for the latest email database position observed by this request. Store and send it on the next email request to continue read-after-write consistency.",
|
|
18252
18252
|
"schema": {
|
|
18253
18253
|
"type": "string"
|
|
@@ -18703,7 +18703,7 @@
|
|
|
18703
18703
|
],
|
|
18704
18704
|
"parameters": [
|
|
18705
18705
|
{
|
|
18706
|
-
"name": "x-
|
|
18706
|
+
"name": "x-cb-email",
|
|
18707
18707
|
"in": "header",
|
|
18708
18708
|
"required": false,
|
|
18709
18709
|
"description": "Optional opaque consistency bookmark returned by a previous email response. Send it back unchanged to continue read-after-write consistency for email D1 data.",
|
|
@@ -18811,7 +18811,7 @@
|
|
|
18811
18811
|
"200": {
|
|
18812
18812
|
"description": "A page of inbound emails. `next_cursor` is present iff there is another page; pass it back as `cursor` to continue.",
|
|
18813
18813
|
"headers": {
|
|
18814
|
-
"x-
|
|
18814
|
+
"x-cb-email": {
|
|
18815
18815
|
"description": "Opaque consistency bookmark for the latest email database position observed by this request. Store and send it on the next email request to continue read-after-write consistency.",
|
|
18816
18816
|
"schema": {
|
|
18817
18817
|
"type": "string"
|
|
@@ -20201,7 +20201,7 @@
|
|
|
20201
20201
|
],
|
|
20202
20202
|
"parameters": [
|
|
20203
20203
|
{
|
|
20204
|
-
"name": "x-
|
|
20204
|
+
"name": "x-cb-email",
|
|
20205
20205
|
"in": "header",
|
|
20206
20206
|
"required": false,
|
|
20207
20207
|
"description": "Optional opaque consistency bookmark returned by a previous email response. Send it back unchanged to continue read-after-write consistency for email D1 data.",
|
|
@@ -20277,7 +20277,7 @@
|
|
|
20277
20277
|
"200": {
|
|
20278
20278
|
"description": "The send was accepted. Response `email.id` uses `out_<ULID>` for new outbound rows; legacy UUID ids remain accepted. Inspect `idempotent_replay`: `false` means the provider was invoked on this request, `true` means an earlier identical send was replayed.",
|
|
20279
20279
|
"headers": {
|
|
20280
|
-
"x-
|
|
20280
|
+
"x-cb-email": {
|
|
20281
20281
|
"description": "Opaque consistency bookmark for the latest email database position observed by this request. Store and send it on the next email request to continue read-after-write consistency.",
|
|
20282
20282
|
"schema": {
|
|
20283
20283
|
"type": "string"
|
|
@@ -21007,7 +21007,7 @@
|
|
|
21007
21007
|
],
|
|
21008
21008
|
"parameters": [
|
|
21009
21009
|
{
|
|
21010
|
-
"name": "x-
|
|
21010
|
+
"name": "x-cb-push",
|
|
21011
21011
|
"in": "header",
|
|
21012
21012
|
"required": false,
|
|
21013
21013
|
"schema": {
|
|
@@ -21049,7 +21049,7 @@
|
|
|
21049
21049
|
"204": {
|
|
21050
21050
|
"description": "Config deleted (or no config existed — the call is idempotent).",
|
|
21051
21051
|
"headers": {
|
|
21052
|
-
"x-
|
|
21052
|
+
"x-cb-push": {
|
|
21053
21053
|
"description": "Opaque consistency bookmark for the latest push database position observed by this request. Store and send it on the next push request to continue read-after-write consistency.",
|
|
21054
21054
|
"schema": {
|
|
21055
21055
|
"type": "string"
|
|
@@ -21293,7 +21293,7 @@
|
|
|
21293
21293
|
],
|
|
21294
21294
|
"parameters": [
|
|
21295
21295
|
{
|
|
21296
|
-
"name": "x-
|
|
21296
|
+
"name": "x-cb-push",
|
|
21297
21297
|
"in": "header",
|
|
21298
21298
|
"required": false,
|
|
21299
21299
|
"schema": {
|
|
@@ -21356,7 +21356,7 @@
|
|
|
21356
21356
|
"201": {
|
|
21357
21357
|
"description": "Config stored. The transport is now eligible to receive product notifications for this user.",
|
|
21358
21358
|
"headers": {
|
|
21359
|
-
"x-
|
|
21359
|
+
"x-cb-push": {
|
|
21360
21360
|
"description": "Opaque consistency bookmark for the latest push database position observed by this request. Store and send it on the next push request to continue read-after-write consistency.",
|
|
21361
21361
|
"schema": {
|
|
21362
21362
|
"type": "string"
|
|
@@ -21624,7 +21624,7 @@
|
|
|
21624
21624
|
],
|
|
21625
21625
|
"parameters": [
|
|
21626
21626
|
{
|
|
21627
|
-
"name": "x-
|
|
21627
|
+
"name": "x-cb-push",
|
|
21628
21628
|
"in": "header",
|
|
21629
21629
|
"required": false,
|
|
21630
21630
|
"schema": {
|
|
@@ -21685,7 +21685,7 @@
|
|
|
21685
21685
|
"200": {
|
|
21686
21686
|
"description": "All push transports registered for the authenticated user.",
|
|
21687
21687
|
"headers": {
|
|
21688
|
-
"x-
|
|
21688
|
+
"x-cb-push": {
|
|
21689
21689
|
"description": "Opaque consistency bookmark for the latest push database position observed by this request. Store and send it on the next push request to continue read-after-write consistency.",
|
|
21690
21690
|
"schema": {
|
|
21691
21691
|
"type": "string"
|
|
@@ -21929,7 +21929,7 @@
|
|
|
21929
21929
|
],
|
|
21930
21930
|
"parameters": [
|
|
21931
21931
|
{
|
|
21932
|
-
"name": "x-
|
|
21932
|
+
"name": "x-cb-push",
|
|
21933
21933
|
"in": "header",
|
|
21934
21934
|
"required": false,
|
|
21935
21935
|
"schema": {
|
|
@@ -21992,7 +21992,7 @@
|
|
|
21992
21992
|
"200": {
|
|
21993
21993
|
"description": "Test attempted. Inspect `ok` to discriminate success from a transport-layer failure (network, upstream 4xx/5xx).",
|
|
21994
21994
|
"headers": {
|
|
21995
|
-
"x-
|
|
21995
|
+
"x-cb-push": {
|
|
21996
21996
|
"description": "Opaque consistency bookmark for the latest push database position observed by this request. Store and send it on the next push request to continue read-after-write consistency.",
|
|
21997
21997
|
"schema": {
|
|
21998
21998
|
"type": "string"
|
|
@@ -22289,10 +22289,10 @@
|
|
|
22289
22289
|
],
|
|
22290
22290
|
"parameters": [
|
|
22291
22291
|
{
|
|
22292
|
-
"name": "x-
|
|
22292
|
+
"name": "x-cb-todo",
|
|
22293
22293
|
"in": "header",
|
|
22294
22294
|
"required": false,
|
|
22295
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
22295
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
22296
22296
|
"schema": {
|
|
22297
22297
|
"type": "string"
|
|
22298
22298
|
},
|
|
@@ -22343,7 +22343,7 @@
|
|
|
22343
22343
|
"201": {
|
|
22344
22344
|
"description": "Created",
|
|
22345
22345
|
"headers": {
|
|
22346
|
-
"x-
|
|
22346
|
+
"x-cb-todo": {
|
|
22347
22347
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
22348
22348
|
"schema": {
|
|
22349
22349
|
"type": "string"
|
|
@@ -22731,10 +22731,10 @@
|
|
|
22731
22731
|
],
|
|
22732
22732
|
"parameters": [
|
|
22733
22733
|
{
|
|
22734
|
-
"name": "x-
|
|
22734
|
+
"name": "x-cb-todo",
|
|
22735
22735
|
"in": "header",
|
|
22736
22736
|
"required": false,
|
|
22737
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
22737
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
22738
22738
|
"schema": {
|
|
22739
22739
|
"type": "string"
|
|
22740
22740
|
},
|
|
@@ -22808,7 +22808,7 @@
|
|
|
22808
22808
|
"200": {
|
|
22809
22809
|
"description": "List",
|
|
22810
22810
|
"headers": {
|
|
22811
|
-
"x-
|
|
22811
|
+
"x-cb-todo": {
|
|
22812
22812
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
22813
22813
|
"schema": {
|
|
22814
22814
|
"type": "string"
|
|
@@ -23219,10 +23219,10 @@
|
|
|
23219
23219
|
],
|
|
23220
23220
|
"parameters": [
|
|
23221
23221
|
{
|
|
23222
|
-
"name": "x-
|
|
23222
|
+
"name": "x-cb-todo",
|
|
23223
23223
|
"in": "header",
|
|
23224
23224
|
"required": false,
|
|
23225
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
23225
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
23226
23226
|
"schema": {
|
|
23227
23227
|
"type": "string"
|
|
23228
23228
|
},
|
|
@@ -23269,7 +23269,7 @@
|
|
|
23269
23269
|
"201": {
|
|
23270
23270
|
"description": "Created",
|
|
23271
23271
|
"headers": {
|
|
23272
|
-
"x-
|
|
23272
|
+
"x-cb-todo": {
|
|
23273
23273
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
23274
23274
|
"schema": {
|
|
23275
23275
|
"type": "string"
|
|
@@ -23658,10 +23658,10 @@
|
|
|
23658
23658
|
],
|
|
23659
23659
|
"parameters": [
|
|
23660
23660
|
{
|
|
23661
|
-
"name": "x-
|
|
23661
|
+
"name": "x-cb-todo",
|
|
23662
23662
|
"in": "header",
|
|
23663
23663
|
"required": false,
|
|
23664
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
23664
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
23665
23665
|
"schema": {
|
|
23666
23666
|
"type": "string"
|
|
23667
23667
|
},
|
|
@@ -23695,7 +23695,7 @@
|
|
|
23695
23695
|
"200": {
|
|
23696
23696
|
"description": "List",
|
|
23697
23697
|
"headers": {
|
|
23698
|
-
"x-
|
|
23698
|
+
"x-cb-todo": {
|
|
23699
23699
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
23700
23700
|
"schema": {
|
|
23701
23701
|
"type": "string"
|
|
@@ -24123,10 +24123,10 @@
|
|
|
24123
24123
|
],
|
|
24124
24124
|
"parameters": [
|
|
24125
24125
|
{
|
|
24126
|
-
"name": "x-
|
|
24126
|
+
"name": "x-cb-todo",
|
|
24127
24127
|
"in": "header",
|
|
24128
24128
|
"required": false,
|
|
24129
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
24129
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
24130
24130
|
"schema": {
|
|
24131
24131
|
"type": "string"
|
|
24132
24132
|
},
|
|
@@ -24180,7 +24180,7 @@
|
|
|
24180
24180
|
"201": {
|
|
24181
24181
|
"description": "The rule was created. `materialized_instance_count` reports how many todo instances were materialized immediately within the 14-day horizon.",
|
|
24182
24182
|
"headers": {
|
|
24183
|
-
"x-
|
|
24183
|
+
"x-cb-todo": {
|
|
24184
24184
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
24185
24185
|
"schema": {
|
|
24186
24186
|
"type": "string"
|
|
@@ -24574,10 +24574,10 @@
|
|
|
24574
24574
|
],
|
|
24575
24575
|
"parameters": [
|
|
24576
24576
|
{
|
|
24577
|
-
"name": "x-
|
|
24577
|
+
"name": "x-cb-todo",
|
|
24578
24578
|
"in": "header",
|
|
24579
24579
|
"required": false,
|
|
24580
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
24580
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
24581
24581
|
"schema": {
|
|
24582
24582
|
"type": "string"
|
|
24583
24583
|
},
|
|
@@ -24619,7 +24619,7 @@
|
|
|
24619
24619
|
"200": {
|
|
24620
24620
|
"description": "Active recurrence rules for the caller. Empty `rules` array when none are configured.",
|
|
24621
24621
|
"headers": {
|
|
24622
|
-
"x-
|
|
24622
|
+
"x-cb-todo": {
|
|
24623
24623
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
24624
24624
|
"schema": {
|
|
24625
24625
|
"type": "string"
|
|
@@ -25028,10 +25028,10 @@
|
|
|
25028
25028
|
],
|
|
25029
25029
|
"parameters": [
|
|
25030
25030
|
{
|
|
25031
|
-
"name": "x-
|
|
25031
|
+
"name": "x-cb-todo",
|
|
25032
25032
|
"in": "header",
|
|
25033
25033
|
"required": false,
|
|
25034
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
25034
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
25035
25035
|
"schema": {
|
|
25036
25036
|
"type": "string"
|
|
25037
25037
|
},
|
|
@@ -25081,7 +25081,7 @@
|
|
|
25081
25081
|
"201": {
|
|
25082
25082
|
"description": "The todo was created. The response carries the full row including server-assigned `id`, `version`, and `created_at`.",
|
|
25083
25083
|
"headers": {
|
|
25084
|
-
"x-
|
|
25084
|
+
"x-cb-todo": {
|
|
25085
25085
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
25086
25086
|
"schema": {
|
|
25087
25087
|
"type": "string"
|
|
@@ -25482,10 +25482,10 @@
|
|
|
25482
25482
|
],
|
|
25483
25483
|
"parameters": [
|
|
25484
25484
|
{
|
|
25485
|
-
"name": "x-
|
|
25485
|
+
"name": "x-cb-todo",
|
|
25486
25486
|
"in": "header",
|
|
25487
25487
|
"required": false,
|
|
25488
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
25488
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
25489
25489
|
"schema": {
|
|
25490
25490
|
"type": "string"
|
|
25491
25491
|
},
|
|
@@ -25673,7 +25673,7 @@
|
|
|
25673
25673
|
"200": {
|
|
25674
25674
|
"description": "List of todos matching the filters. Empty `todos` array when nothing matches.",
|
|
25675
25675
|
"headers": {
|
|
25676
|
-
"x-
|
|
25676
|
+
"x-cb-todo": {
|
|
25677
25677
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
25678
25678
|
"schema": {
|
|
25679
25679
|
"type": "string"
|
|
@@ -26074,10 +26074,10 @@
|
|
|
26074
26074
|
],
|
|
26075
26075
|
"parameters": [
|
|
26076
26076
|
{
|
|
26077
|
-
"name": "x-
|
|
26077
|
+
"name": "x-cb-todo",
|
|
26078
26078
|
"in": "header",
|
|
26079
26079
|
"required": false,
|
|
26080
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
26080
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
26081
26081
|
"schema": {
|
|
26082
26082
|
"type": "string"
|
|
26083
26083
|
},
|
|
@@ -26109,7 +26109,7 @@
|
|
|
26109
26109
|
"201": {
|
|
26110
26110
|
"description": "Created",
|
|
26111
26111
|
"headers": {
|
|
26112
|
-
"x-
|
|
26112
|
+
"x-cb-todo": {
|
|
26113
26113
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
26114
26114
|
"schema": {
|
|
26115
26115
|
"type": "string"
|
|
@@ -26481,10 +26481,10 @@
|
|
|
26481
26481
|
],
|
|
26482
26482
|
"parameters": [
|
|
26483
26483
|
{
|
|
26484
|
-
"name": "x-
|
|
26484
|
+
"name": "x-cb-todo",
|
|
26485
26485
|
"in": "header",
|
|
26486
26486
|
"required": false,
|
|
26487
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
26487
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
26488
26488
|
"schema": {
|
|
26489
26489
|
"type": "string"
|
|
26490
26490
|
},
|
|
@@ -26535,7 +26535,7 @@
|
|
|
26535
26535
|
"200": {
|
|
26536
26536
|
"description": "List",
|
|
26537
26537
|
"headers": {
|
|
26538
|
-
"x-
|
|
26538
|
+
"x-cb-todo": {
|
|
26539
26539
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
26540
26540
|
"schema": {
|
|
26541
26541
|
"type": "string"
|
|
@@ -26922,10 +26922,10 @@
|
|
|
26922
26922
|
],
|
|
26923
26923
|
"parameters": [
|
|
26924
26924
|
{
|
|
26925
|
-
"name": "x-
|
|
26925
|
+
"name": "x-cb-todo",
|
|
26926
26926
|
"in": "header",
|
|
26927
26927
|
"required": false,
|
|
26928
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
26928
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
26929
26929
|
"schema": {
|
|
26930
26930
|
"type": "string"
|
|
26931
26931
|
},
|
|
@@ -26959,7 +26959,7 @@
|
|
|
26959
26959
|
"200": {
|
|
26960
26960
|
"description": "Soft-deleted",
|
|
26961
26961
|
"headers": {
|
|
26962
|
-
"x-
|
|
26962
|
+
"x-cb-todo": {
|
|
26963
26963
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
26964
26964
|
"schema": {
|
|
26965
26965
|
"type": "string"
|
|
@@ -27349,10 +27349,10 @@
|
|
|
27349
27349
|
],
|
|
27350
27350
|
"parameters": [
|
|
27351
27351
|
{
|
|
27352
|
-
"name": "x-
|
|
27352
|
+
"name": "x-cb-todo",
|
|
27353
27353
|
"in": "header",
|
|
27354
27354
|
"required": false,
|
|
27355
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
27355
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
27356
27356
|
"schema": {
|
|
27357
27357
|
"type": "string"
|
|
27358
27358
|
},
|
|
@@ -27403,7 +27403,7 @@
|
|
|
27403
27403
|
"200": {
|
|
27404
27404
|
"description": "Updated",
|
|
27405
27405
|
"headers": {
|
|
27406
|
-
"x-
|
|
27406
|
+
"x-cb-todo": {
|
|
27407
27407
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
27408
27408
|
"schema": {
|
|
27409
27409
|
"type": "string"
|
|
@@ -27777,10 +27777,10 @@
|
|
|
27777
27777
|
],
|
|
27778
27778
|
"parameters": [
|
|
27779
27779
|
{
|
|
27780
|
-
"name": "x-
|
|
27780
|
+
"name": "x-cb-todo",
|
|
27781
27781
|
"in": "header",
|
|
27782
27782
|
"required": false,
|
|
27783
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
27783
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
27784
27784
|
"schema": {
|
|
27785
27785
|
"type": "string"
|
|
27786
27786
|
},
|
|
@@ -27814,7 +27814,7 @@
|
|
|
27814
27814
|
"200": {
|
|
27815
27815
|
"description": "Soft-deleted",
|
|
27816
27816
|
"headers": {
|
|
27817
|
-
"x-
|
|
27817
|
+
"x-cb-todo": {
|
|
27818
27818
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
27819
27819
|
"schema": {
|
|
27820
27820
|
"type": "string"
|
|
@@ -28188,10 +28188,10 @@
|
|
|
28188
28188
|
],
|
|
28189
28189
|
"parameters": [
|
|
28190
28190
|
{
|
|
28191
|
-
"name": "x-
|
|
28191
|
+
"name": "x-cb-todo",
|
|
28192
28192
|
"in": "header",
|
|
28193
28193
|
"required": false,
|
|
28194
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
28194
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
28195
28195
|
"schema": {
|
|
28196
28196
|
"type": "string"
|
|
28197
28197
|
},
|
|
@@ -28225,7 +28225,7 @@
|
|
|
28225
28225
|
"200": {
|
|
28226
28226
|
"description": "OK",
|
|
28227
28227
|
"headers": {
|
|
28228
|
-
"x-
|
|
28228
|
+
"x-cb-todo": {
|
|
28229
28229
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
28230
28230
|
"schema": {
|
|
28231
28231
|
"type": "string"
|
|
@@ -28598,10 +28598,10 @@
|
|
|
28598
28598
|
],
|
|
28599
28599
|
"parameters": [
|
|
28600
28600
|
{
|
|
28601
|
-
"name": "x-
|
|
28601
|
+
"name": "x-cb-todo",
|
|
28602
28602
|
"in": "header",
|
|
28603
28603
|
"required": false,
|
|
28604
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
28604
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
28605
28605
|
"schema": {
|
|
28606
28606
|
"type": "string"
|
|
28607
28607
|
},
|
|
@@ -28665,7 +28665,7 @@
|
|
|
28665
28665
|
"200": {
|
|
28666
28666
|
"description": "Updated",
|
|
28667
28667
|
"headers": {
|
|
28668
|
-
"x-
|
|
28668
|
+
"x-cb-todo": {
|
|
28669
28669
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
28670
28670
|
"schema": {
|
|
28671
28671
|
"type": "string"
|
|
@@ -29046,10 +29046,10 @@
|
|
|
29046
29046
|
],
|
|
29047
29047
|
"parameters": [
|
|
29048
29048
|
{
|
|
29049
|
-
"name": "x-
|
|
29049
|
+
"name": "x-cb-todo",
|
|
29050
29050
|
"in": "header",
|
|
29051
29051
|
"required": false,
|
|
29052
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
29052
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
29053
29053
|
"schema": {
|
|
29054
29054
|
"type": "string"
|
|
29055
29055
|
},
|
|
@@ -29101,7 +29101,7 @@
|
|
|
29101
29101
|
"200": {
|
|
29102
29102
|
"description": "The rule was soft-deleted; future materializations stop. Already-materialized todo instances remain on the user's list.",
|
|
29103
29103
|
"headers": {
|
|
29104
|
-
"x-
|
|
29104
|
+
"x-cb-todo": {
|
|
29105
29105
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
29106
29106
|
"schema": {
|
|
29107
29107
|
"type": "string"
|
|
@@ -29479,10 +29479,10 @@
|
|
|
29479
29479
|
],
|
|
29480
29480
|
"parameters": [
|
|
29481
29481
|
{
|
|
29482
|
-
"name": "x-
|
|
29482
|
+
"name": "x-cb-todo",
|
|
29483
29483
|
"in": "header",
|
|
29484
29484
|
"required": false,
|
|
29485
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
29485
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
29486
29486
|
"schema": {
|
|
29487
29487
|
"type": "string"
|
|
29488
29488
|
},
|
|
@@ -29513,7 +29513,7 @@
|
|
|
29513
29513
|
"200": {
|
|
29514
29514
|
"description": "The requested rule along with its template todo snapshot and the count of todo instances currently materialized from it.",
|
|
29515
29515
|
"headers": {
|
|
29516
|
-
"x-
|
|
29516
|
+
"x-cb-todo": {
|
|
29517
29517
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
29518
29518
|
"schema": {
|
|
29519
29519
|
"type": "string"
|
|
@@ -29901,10 +29901,10 @@
|
|
|
29901
29901
|
],
|
|
29902
29902
|
"parameters": [
|
|
29903
29903
|
{
|
|
29904
|
-
"name": "x-
|
|
29904
|
+
"name": "x-cb-todo",
|
|
29905
29905
|
"in": "header",
|
|
29906
29906
|
"required": false,
|
|
29907
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
29907
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
29908
29908
|
"schema": {
|
|
29909
29909
|
"type": "string"
|
|
29910
29910
|
},
|
|
@@ -29963,7 +29963,7 @@
|
|
|
29963
29963
|
"200": {
|
|
29964
29964
|
"description": "The rule was updated. Returns the post-update rule with a bumped `version` and refreshed `updated_at`. Future materializations follow the new schedule; existing instances are untouched.",
|
|
29965
29965
|
"headers": {
|
|
29966
|
-
"x-
|
|
29966
|
+
"x-cb-todo": {
|
|
29967
29967
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
29968
29968
|
"schema": {
|
|
29969
29969
|
"type": "string"
|
|
@@ -30358,10 +30358,10 @@
|
|
|
30358
30358
|
],
|
|
30359
30359
|
"parameters": [
|
|
30360
30360
|
{
|
|
30361
|
-
"name": "x-
|
|
30361
|
+
"name": "x-cb-todo",
|
|
30362
30362
|
"in": "header",
|
|
30363
30363
|
"required": false,
|
|
30364
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
30364
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
30365
30365
|
"schema": {
|
|
30366
30366
|
"type": "string"
|
|
30367
30367
|
},
|
|
@@ -30414,7 +30414,7 @@
|
|
|
30414
30414
|
"200": {
|
|
30415
30415
|
"description": "The todo was soft-deleted. `deleted_count` includes cascaded descendants when `cascade: true`.",
|
|
30416
30416
|
"headers": {
|
|
30417
|
-
"x-
|
|
30417
|
+
"x-cb-todo": {
|
|
30418
30418
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
30419
30419
|
"schema": {
|
|
30420
30420
|
"type": "string"
|
|
@@ -30811,10 +30811,10 @@
|
|
|
30811
30811
|
],
|
|
30812
30812
|
"parameters": [
|
|
30813
30813
|
{
|
|
30814
|
-
"name": "x-
|
|
30814
|
+
"name": "x-cb-todo",
|
|
30815
30815
|
"in": "header",
|
|
30816
30816
|
"required": false,
|
|
30817
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
30817
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
30818
30818
|
"schema": {
|
|
30819
30819
|
"type": "string"
|
|
30820
30820
|
},
|
|
@@ -30889,7 +30889,7 @@
|
|
|
30889
30889
|
"200": {
|
|
30890
30890
|
"description": "The requested todo. Includes `children` (first-level) when `include=children`, `comments` when `include=comments`, and `deleted_at` only when fetched with `include_deleted=true` on a soft-deleted row.",
|
|
30891
30891
|
"headers": {
|
|
30892
|
-
"x-
|
|
30892
|
+
"x-cb-todo": {
|
|
30893
30893
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
30894
30894
|
"schema": {
|
|
30895
30895
|
"type": "string"
|
|
@@ -31314,10 +31314,10 @@
|
|
|
31314
31314
|
],
|
|
31315
31315
|
"parameters": [
|
|
31316
31316
|
{
|
|
31317
|
-
"name": "x-
|
|
31317
|
+
"name": "x-cb-todo",
|
|
31318
31318
|
"in": "header",
|
|
31319
31319
|
"required": false,
|
|
31320
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
31320
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
31321
31321
|
"schema": {
|
|
31322
31322
|
"type": "string"
|
|
31323
31323
|
},
|
|
@@ -31382,7 +31382,7 @@
|
|
|
31382
31382
|
"200": {
|
|
31383
31383
|
"description": "The todo was updated. The response carries the post-mutation row with the bumped `version` and refreshed `updated_at`.",
|
|
31384
31384
|
"headers": {
|
|
31385
|
-
"x-
|
|
31385
|
+
"x-cb-todo": {
|
|
31386
31386
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
31387
31387
|
"schema": {
|
|
31388
31388
|
"type": "string"
|
|
@@ -31761,10 +31761,10 @@
|
|
|
31761
31761
|
],
|
|
31762
31762
|
"parameters": [
|
|
31763
31763
|
{
|
|
31764
|
-
"name": "x-
|
|
31764
|
+
"name": "x-cb-todo",
|
|
31765
31765
|
"in": "header",
|
|
31766
31766
|
"required": false,
|
|
31767
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
31767
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
31768
31768
|
"schema": {
|
|
31769
31769
|
"type": "string"
|
|
31770
31770
|
},
|
|
@@ -31795,7 +31795,7 @@
|
|
|
31795
31795
|
"200": {
|
|
31796
31796
|
"description": "Soft-deleted",
|
|
31797
31797
|
"headers": {
|
|
31798
|
-
"x-
|
|
31798
|
+
"x-cb-todo": {
|
|
31799
31799
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
31800
31800
|
"schema": {
|
|
31801
31801
|
"type": "string"
|
|
@@ -32153,10 +32153,10 @@
|
|
|
32153
32153
|
],
|
|
32154
32154
|
"parameters": [
|
|
32155
32155
|
{
|
|
32156
|
-
"name": "x-
|
|
32156
|
+
"name": "x-cb-todo",
|
|
32157
32157
|
"in": "header",
|
|
32158
32158
|
"required": false,
|
|
32159
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
32159
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
32160
32160
|
"schema": {
|
|
32161
32161
|
"type": "string"
|
|
32162
32162
|
},
|
|
@@ -32187,7 +32187,7 @@
|
|
|
32187
32187
|
"200": {
|
|
32188
32188
|
"description": "OK",
|
|
32189
32189
|
"headers": {
|
|
32190
|
-
"x-
|
|
32190
|
+
"x-cb-todo": {
|
|
32191
32191
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
32192
32192
|
"schema": {
|
|
32193
32193
|
"type": "string"
|
|
@@ -32545,10 +32545,10 @@
|
|
|
32545
32545
|
],
|
|
32546
32546
|
"parameters": [
|
|
32547
32547
|
{
|
|
32548
|
-
"name": "x-
|
|
32548
|
+
"name": "x-cb-todo",
|
|
32549
32549
|
"in": "header",
|
|
32550
32550
|
"required": false,
|
|
32551
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
32551
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
32552
32552
|
"schema": {
|
|
32553
32553
|
"type": "string"
|
|
32554
32554
|
},
|
|
@@ -32588,7 +32588,7 @@
|
|
|
32588
32588
|
"200": {
|
|
32589
32589
|
"description": "Updated",
|
|
32590
32590
|
"headers": {
|
|
32591
|
-
"x-
|
|
32591
|
+
"x-cb-todo": {
|
|
32592
32592
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
32593
32593
|
"schema": {
|
|
32594
32594
|
"type": "string"
|
|
@@ -32948,10 +32948,10 @@
|
|
|
32948
32948
|
],
|
|
32949
32949
|
"parameters": [
|
|
32950
32950
|
{
|
|
32951
|
-
"name": "x-
|
|
32951
|
+
"name": "x-cb-todo",
|
|
32952
32952
|
"in": "header",
|
|
32953
32953
|
"required": false,
|
|
32954
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
32954
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
32955
32955
|
"schema": {
|
|
32956
32956
|
"type": "string"
|
|
32957
32957
|
},
|
|
@@ -32980,7 +32980,7 @@
|
|
|
32980
32980
|
"200": {
|
|
32981
32981
|
"description": "Restored",
|
|
32982
32982
|
"headers": {
|
|
32983
|
-
"x-
|
|
32983
|
+
"x-cb-todo": {
|
|
32984
32984
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
32985
32985
|
"schema": {
|
|
32986
32986
|
"type": "string"
|
|
@@ -33355,10 +33355,10 @@
|
|
|
33355
33355
|
],
|
|
33356
33356
|
"parameters": [
|
|
33357
33357
|
{
|
|
33358
|
-
"name": "x-
|
|
33358
|
+
"name": "x-cb-todo",
|
|
33359
33359
|
"in": "header",
|
|
33360
33360
|
"required": false,
|
|
33361
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
33361
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
33362
33362
|
"schema": {
|
|
33363
33363
|
"type": "string"
|
|
33364
33364
|
},
|
|
@@ -33406,7 +33406,7 @@
|
|
|
33406
33406
|
"200": {
|
|
33407
33407
|
"description": "The todo was restored. `restored_count` includes cascaded descendants when `cascade: true`; otherwise `descendants_in_trash_count` reports descendants left in trash.",
|
|
33408
33408
|
"headers": {
|
|
33409
|
-
"x-
|
|
33409
|
+
"x-cb-todo": {
|
|
33410
33410
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
33411
33411
|
"schema": {
|
|
33412
33412
|
"type": "string"
|
|
@@ -33784,10 +33784,10 @@
|
|
|
33784
33784
|
],
|
|
33785
33785
|
"parameters": [
|
|
33786
33786
|
{
|
|
33787
|
-
"name": "x-
|
|
33787
|
+
"name": "x-cb-todo",
|
|
33788
33788
|
"in": "header",
|
|
33789
33789
|
"required": false,
|
|
33790
|
-
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency.",
|
|
33790
|
+
"description": "Optional opaque consistency bookmark returned by a previous todo response. Send it back unchanged to continue read-after-write consistency for todo D1 data.",
|
|
33791
33791
|
"schema": {
|
|
33792
33792
|
"type": "string"
|
|
33793
33793
|
},
|
|
@@ -33813,7 +33813,7 @@
|
|
|
33813
33813
|
"200": {
|
|
33814
33814
|
"description": "Restored",
|
|
33815
33815
|
"headers": {
|
|
33816
|
-
"x-
|
|
33816
|
+
"x-cb-todo": {
|
|
33817
33817
|
"description": "Opaque consistency bookmark for the latest todo database position observed by this request. Store and send it on the next todo request to continue read-after-write consistency.",
|
|
33818
33818
|
"schema": {
|
|
33819
33819
|
"type": "string"
|