|
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", |
231 | 237 | "slug": "v1-delete-a-function", |
232 | 238 | "type": "operation" |
233 | 239 | }, |
| 240 | + { |
| 241 | + "id": "v1-deploy-a-function", |
| 242 | + "title": "Deploy a function", |
| 243 | + "slug": "v1-deploy-a-function", |
| 244 | + "type": "operation" |
| 245 | + }, |
234 | 246 | { |
235 | 247 | "id": "v1-get-a-function", |
236 | 248 | "title": "Get a function", |
|
291 | 303 | "slug": "v1-list-all-branches", |
292 | 304 | "type": "operation" |
293 | 305 | }, |
| 306 | + { |
| 307 | + "id": "v1-push-a-branch", |
| 308 | + "title": "Push a branch", |
| 309 | + "slug": "v1-push-a-branch", |
| 310 | + "type": "operation" |
| 311 | + }, |
294 | 312 | { |
295 | 313 | "id": "v1-reset-a-branch", |
296 | 314 | "title": "Reset a branch", |
|
320 | 338 | "title": "Exchange oauth token", |
321 | 339 | "slug": "v1-exchange-oauth-token", |
322 | 340 | "type": "operation" |
| 341 | + }, |
| 342 | + { |
| 343 | + "id": "v1-revoke-token", |
| 344 | + "title": "Revoke token", |
| 345 | + "slug": "v1-revoke-token", |
| 346 | + "type": "operation" |
323 | 347 | } |
324 | 348 | ] |
325 | 349 | }, |
|
357 | 381 | "type": "category", |
358 | 382 | "title": "Projects", |
359 | 383 | "items": [ |
| 384 | + { |
| 385 | + "id": "v1-cancel-a-project-restoration", |
| 386 | + "title": "Cancel a project restoration", |
| 387 | + "slug": "v1-cancel-a-project-restoration", |
| 388 | + "type": "operation" |
| 389 | + }, |
360 | 390 | { |
361 | 391 | "id": "v1-create-a-project", |
362 | 392 | "title": "Create a project", |
|
382 | 412 | "type": "operation" |
383 | 413 | }, |
384 | 414 | { |
385 | | - "id": "v1-get-postgrest-upgrade-eligibility", |
386 | | - "title": "Get postgrest upgrade eligibility", |
387 | | - "slug": "v1-get-postgrest-upgrade-eligibility", |
| 415 | + "id": "v1-get-postgres-upgrade-eligibility", |
| 416 | + "title": "Get postgres upgrade eligibility", |
| 417 | + "slug": "v1-get-postgres-upgrade-eligibility", |
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-postgres-upgrade-status", |
| 422 | + "title": "Get postgres upgrade status", |
| 423 | + "slug": "v1-get-postgres-upgrade-status", |
| 424 | + "type": "operation" |
| 425 | + }, |
| 426 | + { |
| 427 | + "id": "v1-get-project", |
| 428 | + "title": "Get project", |
| 429 | + "slug": "v1-get-project", |
394 | 430 | "type": "operation" |
395 | 431 | }, |
396 | 432 | { |
|
411 | 447 | "slug": "v1-list-all-projects", |
412 | 448 | "type": "operation" |
413 | 449 | }, |
| 450 | + { |
| 451 | + "id": "v1-list-available-restore-versions", |
| 452 | + "title": "List available restore versions", |
| 453 | + "slug": "v1-list-available-restore-versions", |
| 454 | + "type": "operation" |
| 455 | + }, |
| 456 | + { |
| 457 | + "id": "v1-pause-a-project", |
| 458 | + "title": "Pause a project", |
| 459 | + "slug": "v1-pause-a-project", |
| 460 | + "type": "operation" |
| 461 | + }, |
| 462 | + { |
| 463 | + "id": "v1-restore-a-project", |
| 464 | + "title": "Restore a project", |
| 465 | + "slug": "v1-restore-a-project", |
| 466 | + "type": "operation" |
| 467 | + }, |
414 | 468 | { |
415 | 469 | "id": "v1-update-network-restrictions", |
416 | 470 | "title": "Update network restrictions", |
|
489 | 543 | "type": "category", |
490 | 544 | "title": "Storage", |
491 | 545 | "items": [ |
| 546 | + { |
| 547 | + "id": "v1-get-storage-config", |
| 548 | + "title": "Get storage config", |
| 549 | + "slug": "v1-get-storage-config", |
| 550 | + "type": "operation" |
| 551 | + }, |
492 | 552 | { |
493 | 553 | "id": "v1-list-all-buckets", |
494 | 554 | "title": "List all buckets", |
495 | 555 | "slug": "v1-list-all-buckets", |
496 | 556 | "type": "operation" |
| 557 | + }, |
| 558 | + { |
| 559 | + "id": "v1-update-storage-config", |
| 560 | + "title": "Update storage config", |
| 561 | + "slug": "v1-update-storage-config", |
| 562 | + "type": "operation" |
497 | 563 | } |
498 | 564 | ] |
499 | 565 | } |
|
0 commit comments