|
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 | }, |
|
382 | 400 | "type": "operation" |
383 | 401 | }, |
384 | 402 | { |
385 | | - "id": "v1-get-postgrest-upgrade-eligibility", |
386 | | - "title": "Get postgrest upgrade eligibility", |
387 | | - "slug": "v1-get-postgrest-upgrade-eligibility", |
| 403 | + "id": "v1-get-postgres-upgrade-eligibility", |
| 404 | + "title": "Get postgres upgrade eligibility", |
| 405 | + "slug": "v1-get-postgres-upgrade-eligibility", |
388 | 406 | "type": "operation" |
389 | 407 | }, |
390 | 408 | { |
391 | | - "id": "v1-get-postgrest-upgrade-status", |
392 | | - "title": "Get postgrest upgrade status", |
393 | | - "slug": "v1-get-postgrest-upgrade-status", |
| 409 | + "id": "v1-get-postgres-upgrade-status", |
| 410 | + "title": "Get postgres upgrade status", |
| 411 | + "slug": "v1-get-postgres-upgrade-status", |
| 412 | + "type": "operation" |
| 413 | + }, |
| 414 | + { |
| 415 | + "id": "v1-get-project", |
| 416 | + "title": "Get project", |
| 417 | + "slug": "v1-get-project", |
394 | 418 | "type": "operation" |
395 | 419 | }, |
396 | 420 | { |
|
411 | 435 | "slug": "v1-list-all-projects", |
412 | 436 | "type": "operation" |
413 | 437 | }, |
| 438 | + { |
| 439 | + "id": "v1-pause-a-project", |
| 440 | + "title": "Pause a project", |
| 441 | + "slug": "v1-pause-a-project", |
| 442 | + "type": "operation" |
| 443 | + }, |
414 | 444 | { |
415 | 445 | "id": "v1-update-network-restrictions", |
416 | 446 | "title": "Update network restrictions", |
|
489 | 519 | "type": "category", |
490 | 520 | "title": "Storage", |
491 | 521 | "items": [ |
| 522 | + { |
| 523 | + "id": "v1-get-storage-config", |
| 524 | + "title": "Get storage config", |
| 525 | + "slug": "v1-get-storage-config", |
| 526 | + "type": "operation" |
| 527 | + }, |
492 | 528 | { |
493 | 529 | "id": "v1-list-all-buckets", |
494 | 530 | "title": "List all buckets", |
495 | 531 | "slug": "v1-list-all-buckets", |
496 | 532 | "type": "operation" |
| 533 | + }, |
| 534 | + { |
| 535 | + "id": "v1-update-storage-config", |
| 536 | + "title": "Update storage config", |
| 537 | + "slug": "v1-update-storage-config", |
| 538 | + "type": "operation" |
497 | 539 | } |
498 | 540 | ] |
499 | 541 | } |
|
0 commit comments