|
225 | 225 | "type": "category",
|
226 | 226 | "title": "Edge Functions",
|
227 | 227 | "items": [
|
| 228 | + { |
| 229 | + "id": "v1-create-a-function", |
| 230 | + "title": "Create a function", |
| 231 | + "slug": "v1-create-a-function", |
| 232 | + "type": "operation" |
| 233 | + }, |
228 | 234 | {
|
229 | 235 | "id": "v1-delete-a-function",
|
230 | 236 | "title": "Delete a function",
|
|
382 | 388 | "type": "operation"
|
383 | 389 | },
|
384 | 390 | {
|
385 |
| - "id": "v1-get-postgrest-upgrade-eligibility", |
386 |
| - "title": "Get postgrest upgrade eligibility", |
387 |
| - "slug": "v1-get-postgrest-upgrade-eligibility", |
| 391 | + "id": "v1-get-postgres-upgrade-eligibility", |
| 392 | + "title": "Get postgres upgrade eligibility", |
| 393 | + "slug": "v1-get-postgres-upgrade-eligibility", |
| 394 | + "type": "operation" |
| 395 | + }, |
| 396 | + { |
| 397 | + "id": "v1-get-postgres-upgrade-status", |
| 398 | + "title": "Get postgres upgrade status", |
| 399 | + "slug": "v1-get-postgres-upgrade-status", |
388 | 400 | "type": "operation"
|
389 | 401 | },
|
390 | 402 | {
|
391 |
| - "id": "v1-get-postgrest-upgrade-status", |
392 |
| - "title": "Get postgrest upgrade status", |
393 |
| - "slug": "v1-get-postgrest-upgrade-status", |
| 403 | + "id": "v1-get-project", |
| 404 | + "title": "Get project", |
| 405 | + "slug": "v1-get-project", |
394 | 406 | "type": "operation"
|
395 | 407 | },
|
396 | 408 | {
|
|
489 | 501 | "type": "category",
|
490 | 502 | "title": "Storage",
|
491 | 503 | "items": [
|
| 504 | + { |
| 505 | + "id": "v1-get-storage-config", |
| 506 | + "title": "Get storage config", |
| 507 | + "slug": "v1-get-storage-config", |
| 508 | + "type": "operation" |
| 509 | + }, |
492 | 510 | {
|
493 | 511 | "id": "v1-list-all-buckets",
|
494 | 512 | "title": "List all buckets",
|
495 | 513 | "slug": "v1-list-all-buckets",
|
496 | 514 | "type": "operation"
|
| 515 | + }, |
| 516 | + { |
| 517 | + "id": "v1-update-storage-config", |
| 518 | + "title": "Update storage config", |
| 519 | + "slug": "v1-update-storage-config", |
| 520 | + "type": "operation" |
497 | 521 | }
|
498 | 522 | ]
|
499 | 523 | }
|
|
0 commit comments