@@ -30,7 +30,7 @@ Accessible through the CLI as `spacetime publish`.
30
30
31
31
| Name | Value |
32
32
| --------------- | --------------------------------------------------------------------- |
33
- | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http#authorization-headers ) . |
33
+ | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http/authorization #authorization-headers ) . |
34
34
35
35
#### Data
36
36
@@ -63,7 +63,7 @@ Accessible through the CLI as `spacetime publish`.
63
63
64
64
| Name | Value |
65
65
| --------------- | --------------------------------------------------------------------- |
66
- | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http#authorization-headers ) . |
66
+ | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http/authorization #authorization-headers ) . |
67
67
68
68
#### Data
69
69
@@ -123,7 +123,7 @@ Accessible through the CLI as `spacetime delete <identity>`.
123
123
124
124
| Name | Value |
125
125
| --------------- | --------------------------------------------------------------------- |
126
- | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http#authorization-headers ) . |
126
+ | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http/authorization #authorization-headers ) . |
127
127
128
128
## ` GET /v1/database/:name_or_identity/names `
129
129
@@ -147,7 +147,7 @@ Add a new name for this database.
147
147
148
148
| Name | Value |
149
149
| --------------- | --------------------------------------------------------------------- |
150
- | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http#authorization-headers ) . |
150
+ | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http/authorization #authorization-headers ) . |
151
151
152
152
#### Data
153
153
@@ -180,7 +180,7 @@ Set the list of names for this database.
180
180
181
181
| Name | Value |
182
182
| --------------- | --------------------------------------------------------------------- |
183
- | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http#authorization-headers ) . |
183
+ | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http/authorization #authorization-headers ) . |
184
184
185
185
#### Data
186
186
@@ -233,7 +233,7 @@ The SpacetimeDB text WebSocket protocol, `v1.json.spacetimedb`, encodes messages
233
233
234
234
| Name | Value |
235
235
| --------------- | --------------------------------------------------------------------- |
236
- | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http#authorization-headers ) . |
236
+ | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http/authorization #authorization-headers ) . |
237
237
238
238
## ` POST /v1/database/:name_or_identity/call/:reducer `
239
239
@@ -249,7 +249,7 @@ Invoke a reducer in a database.
249
249
250
250
| Name | Value |
251
251
| --------------- | --------------------------------------------------------------------- |
252
- | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http#authorization-headers ) . |
252
+ | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http/authorization #authorization-headers ) . |
253
253
254
254
#### Data
255
255
@@ -409,7 +409,7 @@ Accessible through the CLI as `spacetime logs <name_or_identity>`.
409
409
410
410
| Name | Value |
411
411
| --------------- | --------------------------------------------------------------------- |
412
- | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http#authorization-headers ) . |
412
+ | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http/authorization #authorization-headers ) . |
413
413
414
414
#### Returns
415
415
@@ -425,7 +425,7 @@ Accessible through the CLI as `spacetime sql <name_or_identity> <query>`.
425
425
426
426
| Name | Value |
427
427
| --------------- | --------------------------------------------------------------------- |
428
- | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http#authorization-headers ) . |
428
+ | ` Authorization ` | A Spacetime token [ as Bearer auth] ( /docs/http/authorization #authorization-headers ) . |
429
429
430
430
#### Data
431
431
0 commit comments