Skip to content

Commit

Permalink
API endpoints: reorg categories
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Sep 30, 2024
1 parent 45e8d33 commit 3ddfca9
Showing 1 changed file with 29 additions and 24 deletions.
53 changes: 29 additions & 24 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
]
},
{
"group": "Main API",
"group": "Management API",
"pages": [
{
"group": "Identifiers",
Expand All @@ -173,22 +173,6 @@
"api-reference/v2/endpoints/identifiers/delete-assetsgroups"
]
},
{
"group": "Events",
"pages": [
"api-reference/v2/endpoints/activities/get-activities",
"api-reference/v2/endpoints/activities/get-activities--ai_assistance"
]
},
{
"group": "Event Feeds",
"pages": [
"api-reference/v4/endpoints/current-tenant-feed",
"api-reference/v2/endpoints/me/get-mefeedcredentials",
"api-reference/v4/endpoints/identifier-feed",
"api-reference/v4/endpoints/identifier-group-feed"
]
},
{
"group": "Alerts",
"pages": [
Expand Down Expand Up @@ -235,13 +219,6 @@
"api-reference/v2/endpoints/reporting/get-reportingreports-download"
]
},
{
"group": "Search",
"pages": [
"api-reference/v2/endpoints/search/get-search",
"api-reference/v2/endpoints/search/post-search"
]
},
{
"group": "Tenants",
"pages": [
Expand All @@ -257,6 +234,34 @@
}
]
},
{
"group": "Events API",
"pages": [
{
"group": "Events",
"pages": [
"api-reference/v2/endpoints/activities/get-activities",
"api-reference/v2/endpoints/activities/get-activities--ai_assistance"
]
},
{
"group": "Event Feeds",
"pages": [
"api-reference/v4/endpoints/current-tenant-feed",
"api-reference/v2/endpoints/me/get-mefeedcredentials",
"api-reference/v4/endpoints/identifier-feed",
"api-reference/v4/endpoints/identifier-group-feed"
]
},
{
"group": "Global Search",
"pages": [
"api-reference/v2/endpoints/search/get-search",
"api-reference/v2/endpoints/search/post-search"
]
}
]
},
{
"group": "Deprecated APIs",
"pages": [
Expand Down

0 comments on commit 3ddfca9

Please sign in to comment.