|
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",
|
|
291 | 297 | "slug": "v1-list-all-branches",
|
292 | 298 | "type": "operation"
|
293 | 299 | },
|
| 300 | + { |
| 301 | + "id": "v1-push-a-branch", |
| 302 | + "title": "Push a branch", |
| 303 | + "slug": "v1-push-a-branch", |
| 304 | + "type": "operation" |
| 305 | + }, |
294 | 306 | {
|
295 | 307 | "id": "v1-reset-a-branch",
|
296 | 308 | "title": "Reset a branch",
|
|
320 | 332 | "title": "Exchange oauth token",
|
321 | 333 | "slug": "v1-exchange-oauth-token",
|
322 | 334 | "type": "operation"
|
| 335 | + }, |
| 336 | + { |
| 337 | + "id": "v1-revoke-token", |
| 338 | + "title": "Revoke token", |
| 339 | + "slug": "v1-revoke-token", |
| 340 | + "type": "operation" |
323 | 341 | }
|
324 | 342 | ]
|
325 | 343 | },
|
|
357 | 375 | "type": "category",
|
358 | 376 | "title": "Projects",
|
359 | 377 | "items": [
|
| 378 | + { |
| 379 | + "id": "v1-cancel-a-project-restoration", |
| 380 | + "title": "Cancel a project restoration", |
| 381 | + "slug": "v1-cancel-a-project-restoration", |
| 382 | + "type": "operation" |
| 383 | + }, |
360 | 384 | {
|
361 | 385 | "id": "v1-create-a-project",
|
362 | 386 | "title": "Create a project",
|
|
382 | 406 | "type": "operation"
|
383 | 407 | },
|
384 | 408 | {
|
385 |
| - "id": "v1-get-postgrest-upgrade-eligibility", |
386 |
| - "title": "Get postgrest upgrade eligibility", |
387 |
| - "slug": "v1-get-postgrest-upgrade-eligibility", |
| 409 | + "id": "v1-get-postgres-upgrade-eligibility", |
| 410 | + "title": "Get postgres upgrade eligibility", |
| 411 | + "slug": "v1-get-postgres-upgrade-eligibility", |
| 412 | + "type": "operation" |
| 413 | + }, |
| 414 | + { |
| 415 | + "id": "v1-get-postgres-upgrade-status", |
| 416 | + "title": "Get postgres upgrade status", |
| 417 | + "slug": "v1-get-postgres-upgrade-status", |
388 | 418 | "type": "operation"
|
389 | 419 | },
|
390 | 420 | {
|
391 |
| - "id": "v1-get-postgrest-upgrade-status", |
392 |
| - "title": "Get postgrest upgrade status", |
393 |
| - "slug": "v1-get-postgrest-upgrade-status", |
| 421 | + "id": "v1-get-project", |
| 422 | + "title": "Get project", |
| 423 | + "slug": "v1-get-project", |
394 | 424 | "type": "operation"
|
395 | 425 | },
|
396 | 426 | {
|
|
411 | 441 | "slug": "v1-list-all-projects",
|
412 | 442 | "type": "operation"
|
413 | 443 | },
|
| 444 | + { |
| 445 | + "id": "v1-list-available-restore-versions", |
| 446 | + "title": "List available restore versions", |
| 447 | + "slug": "v1-list-available-restore-versions", |
| 448 | + "type": "operation" |
| 449 | + }, |
| 450 | + { |
| 451 | + "id": "v1-pause-a-project", |
| 452 | + "title": "Pause a project", |
| 453 | + "slug": "v1-pause-a-project", |
| 454 | + "type": "operation" |
| 455 | + }, |
| 456 | + { |
| 457 | + "id": "v1-restore-a-project", |
| 458 | + "title": "Restore a project", |
| 459 | + "slug": "v1-restore-a-project", |
| 460 | + "type": "operation" |
| 461 | + }, |
414 | 462 | {
|
415 | 463 | "id": "v1-update-network-restrictions",
|
416 | 464 | "title": "Update network restrictions",
|
|
489 | 537 | "type": "category",
|
490 | 538 | "title": "Storage",
|
491 | 539 | "items": [
|
| 540 | + { |
| 541 | + "id": "v1-get-storage-config", |
| 542 | + "title": "Get storage config", |
| 543 | + "slug": "v1-get-storage-config", |
| 544 | + "type": "operation" |
| 545 | + }, |
492 | 546 | {
|
493 | 547 | "id": "v1-list-all-buckets",
|
494 | 548 | "title": "List all buckets",
|
495 | 549 | "slug": "v1-list-all-buckets",
|
496 | 550 | "type": "operation"
|
| 551 | + }, |
| 552 | + { |
| 553 | + "id": "v1-update-storage-config", |
| 554 | + "title": "Update storage config", |
| 555 | + "slug": "v1-update-storage-config", |
| 556 | + "type": "operation" |
497 | 557 | }
|
498 | 558 | ]
|
499 | 559 | }
|
|
0 commit comments