|
485 | 485 | ]
|
486 | 486 | },
|
487 | 487 | {
|
488 |
| - "group": "User endpoints", |
| 488 | + "group": "Annotation endpoints", |
489 | 489 | "pages": [
|
490 |
| - "restapi/endpoints/getCurrentUser" |
| 490 | + "restapi/endpoints/getAnnotations", |
| 491 | + "restapi/endpoints/getAnnotation", |
| 492 | + "restapi/endpoints/createAnnotation", |
| 493 | + "restapi/endpoints/updateAnnotation", |
| 494 | + "restapi/endpoints/deleteAnnotation" |
| 495 | + ] |
| 496 | + }, |
| 497 | + { |
| 498 | + "group": "API token endpoints", |
| 499 | + "pages": [ |
| 500 | + "restapi/endpoints/getTokens", |
| 501 | + "restapi/endpoints/getToken", |
| 502 | + "restapi/endpoints/createToken", |
| 503 | + "restapi/endpoints/regenerateToken", |
| 504 | + "restapi/endpoints/deleteToken" |
491 | 505 | ]
|
492 | 506 | },
|
493 | 507 | {
|
494 | 508 | "group": "Dataset endpoints",
|
495 | 509 | "pages": [
|
496 | 510 | "restapi/endpoints/getDatasets",
|
497 | 511 | "restapi/endpoints/getDataset",
|
| 512 | + "restapi/endpoints/getFieldsForDataset", |
| 513 | + "restapi/endpoints/getFieldForDataset", |
498 | 514 | "restapi/endpoints/createDataset",
|
499 | 515 | "restapi/endpoints/ingestIntoDataset",
|
500 | 516 | "restapi/endpoints/queryApl",
|
501 | 517 | "restapi/endpoints/queryDataset",
|
502 | 518 | "restapi/endpoints/trimDataset",
|
503 | 519 | "restapi/endpoints/updateDataset",
|
| 520 | + "restapi/endpoints/updateFieldForDataset", |
| 521 | + "restapi/endpoints/vacuumDataset", |
504 | 522 | "restapi/endpoints/deleteDataset"
|
505 | 523 | ]
|
506 | 524 | },
|
507 | 525 | {
|
508 |
| - "group": "Annotation endpoints", |
| 526 | + "group": "Monitor endpoints", |
509 | 527 | "pages": [
|
510 |
| - "restapi/endpoints/getAnnotations", |
511 |
| - "restapi/endpoints/getAnnotation", |
512 |
| - "restapi/endpoints/createAnnotation", |
513 |
| - "restapi/endpoints/updateAnnotation", |
514 |
| - "restapi/endpoints/deleteAnnotation" |
| 528 | + "restapi/endpoints/getMonitors", |
| 529 | + "restapi/endpoints/getMonitor", |
| 530 | + "restapi/endpoints/getMonitorHistory", |
| 531 | + "restapi/endpoints/createMonitor", |
| 532 | + "restapi/endpoints/updateMonitor", |
| 533 | + "restapi/endpoints/deleteMonitor" |
515 | 534 | ]
|
516 | 535 | },
|
517 | 536 | {
|
518 |
| - "group": "API token endpoints", |
| 537 | + "group": "Notifier endpoints", |
519 | 538 | "pages": [
|
520 |
| - "restapi/endpoints/getTokens", |
521 |
| - "restapi/endpoints/getToken", |
522 |
| - "restapi/endpoints/createToken", |
523 |
| - "restapi/endpoints/regenerateToken", |
524 |
| - "restapi/endpoints/deleteToken" |
| 539 | + "restapi/endpoints/getNotifiers", |
| 540 | + "restapi/endpoints/getNotifier", |
| 541 | + "restapi/endpoints/createNotifier", |
| 542 | + "restapi/endpoints/updateNotifier", |
| 543 | + "restapi/endpoints/deleteNotifier" |
| 544 | + ] |
| 545 | + }, |
| 546 | + { |
| 547 | + "group": "Organization endpoints", |
| 548 | + "pages": [ |
| 549 | + "restapi/endpoints/getOrgs", |
| 550 | + "restapi/endpoints/getOrg", |
| 551 | + "restapi/endpoints/createOrg", |
| 552 | + "restapi/endpoints/updateOrg" |
| 553 | + ] |
| 554 | + }, |
| 555 | + { |
| 556 | + "group": "Role-based access control endpoints", |
| 557 | + "pages": [ |
| 558 | + "restapi/endpoints/listRoles", |
| 559 | + "restapi/endpoints/getRoleById", |
| 560 | + "restapi/endpoints/listGroups", |
| 561 | + "restapi/endpoints/getGroupById", |
| 562 | + "restapi/endpoints/createRole", |
| 563 | + "restapi/endpoints/createGroup", |
| 564 | + "restapi/endpoints/updateRole", |
| 565 | + "restapi/endpoints/updateGroup", |
| 566 | + "restapi/endpoints/deleteRole", |
| 567 | + "restapi/endpoints/deleteGroup" |
| 568 | + ] |
| 569 | + }, |
| 570 | + { |
| 571 | + "group": "Starred queries endpoints", |
| 572 | + "pages": [ |
| 573 | + "restapi/endpoints/getStarredQueries", |
| 574 | + "restapi/endpoints/getStarred", |
| 575 | + "restapi/endpoints/createStarred", |
| 576 | + "restapi/endpoints/updateStarred", |
| 577 | + "restapi/endpoints/deleteStarred" |
| 578 | + ] |
| 579 | + }, |
| 580 | + { |
| 581 | + "group": "User endpoints", |
| 582 | + "pages": [ |
| 583 | + "restapi/endpoints/getCurrentUser", |
| 584 | + "restapi/endpoints/getUsers", |
| 585 | + "restapi/endpoints/getUser", |
| 586 | + "restapi/endpoints/createUser", |
| 587 | + "restapi/endpoints/updateCurrentUser", |
| 588 | + "restapi/endpoints/updateUserRole", |
| 589 | + "restapi/endpoints/removeUserFromOrg" |
| 590 | + ] |
| 591 | + }, |
| 592 | + { |
| 593 | + "group": "Virtual fields endpoints", |
| 594 | + "pages": [ |
| 595 | + "restapi/endpoints/getVirtualFields", |
| 596 | + "restapi/endpoints/getVirtualField", |
| 597 | + "restapi/endpoints/createVirtualField", |
| 598 | + "restapi/endpoints/updateVirtualField", |
| 599 | + "restapi/endpoints/deleteVirtualField" |
525 | 600 | ]
|
526 | 601 | }
|
527 | 602 | ]
|
|
0 commit comments