Update OpenAPI Description (#58361)
Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,46 @@
|
|||||||
{
|
{
|
||||||
|
"enterprise_copilot_metrics": {
|
||||||
|
"title": "Enterprise Copilot metrics",
|
||||||
|
"displayTitle": "Enterprise permissions for \"Enterprise Copilot metrics\"",
|
||||||
|
"permissions": [
|
||||||
|
{
|
||||||
|
"category": "copilot",
|
||||||
|
"slug": "get-copilot-enterprise-usage-metrics-for-a-specific-day",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day",
|
||||||
|
"additional-permissions": false,
|
||||||
|
"access": "read"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"category": "copilot",
|
||||||
|
"slug": "get-copilot-enterprise-usage-metrics",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest",
|
||||||
|
"additional-permissions": false,
|
||||||
|
"access": "read"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"category": "copilot",
|
||||||
|
"slug": "get-copilot-users-usage-metrics-for-a-specific-day",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day",
|
||||||
|
"additional-permissions": false,
|
||||||
|
"access": "read"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"category": "copilot",
|
||||||
|
"slug": "get-copilot-users-usage-metrics",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest",
|
||||||
|
"additional-permissions": false,
|
||||||
|
"access": "read"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"enterprise_custom_properties_for_organizations": {
|
"enterprise_custom_properties_for_organizations": {
|
||||||
"title": "Enterprise custom properties for organizations",
|
"title": "Enterprise custom properties for organizations",
|
||||||
"displayTitle": "Enterprise permissions for \"Enterprise custom properties for organizations\"",
|
"displayTitle": "Enterprise permissions for \"Enterprise custom properties for organizations\"",
|
||||||
|
|||||||
@@ -2152,6 +2152,30 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"copilot": [
|
"copilot": [
|
||||||
|
{
|
||||||
|
"slug": "get-copilot-enterprise-usage-metrics-for-a-specific-day",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "get-copilot-enterprise-usage-metrics",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "get-copilot-users-usage-metrics-for-a-specific-day",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "get-copilot-users-usage-metrics",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"slug": "get-copilot-seat-information-and-settings-for-an-organization",
|
"slug": "get-copilot-seat-information-and-settings-for-an-organization",
|
||||||
"subcategory": "copilot-user-management",
|
"subcategory": "copilot-user-management",
|
||||||
|
|||||||
@@ -187,6 +187,56 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"enterprise_copilot_metrics": {
|
||||||
|
"title": "Enterprise Copilot metrics",
|
||||||
|
"displayTitle": "Enterprise permissions for \"Enterprise Copilot metrics\"",
|
||||||
|
"permissions": [
|
||||||
|
{
|
||||||
|
"category": "copilot",
|
||||||
|
"slug": "get-copilot-enterprise-usage-metrics-for-a-specific-day",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day",
|
||||||
|
"access": "read",
|
||||||
|
"user-to-server": true,
|
||||||
|
"server-to-server": true,
|
||||||
|
"additional-permissions": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"category": "copilot",
|
||||||
|
"slug": "get-copilot-enterprise-usage-metrics",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest",
|
||||||
|
"access": "read",
|
||||||
|
"user-to-server": true,
|
||||||
|
"server-to-server": true,
|
||||||
|
"additional-permissions": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"category": "copilot",
|
||||||
|
"slug": "get-copilot-users-usage-metrics-for-a-specific-day",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day",
|
||||||
|
"access": "read",
|
||||||
|
"user-to-server": true,
|
||||||
|
"server-to-server": true,
|
||||||
|
"additional-permissions": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"category": "copilot",
|
||||||
|
"slug": "get-copilot-users-usage-metrics",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest",
|
||||||
|
"access": "read",
|
||||||
|
"user-to-server": true,
|
||||||
|
"server-to-server": true,
|
||||||
|
"additional-permissions": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"enterprise_scim": {
|
"enterprise_scim": {
|
||||||
"title": "Enterprise SCIM",
|
"title": "Enterprise SCIM",
|
||||||
"displayTitle": "Enterprise permissions for \"Enterprise SCIM\"",
|
"displayTitle": "Enterprise permissions for \"Enterprise SCIM\"",
|
||||||
|
|||||||
@@ -2092,6 +2092,30 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"copilot": [
|
"copilot": [
|
||||||
|
{
|
||||||
|
"slug": "get-copilot-enterprise-usage-metrics-for-a-specific-day",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "get-copilot-enterprise-usage-metrics",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "get-copilot-users-usage-metrics-for-a-specific-day",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "get-copilot-users-usage-metrics",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"slug": "get-copilot-seat-information-and-settings-for-an-organization",
|
"slug": "get-copilot-seat-information-and-settings-for-an-organization",
|
||||||
"subcategory": "copilot-user-management",
|
"subcategory": "copilot-user-management",
|
||||||
|
|||||||
@@ -2376,6 +2376,30 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"copilot": [
|
"copilot": [
|
||||||
|
{
|
||||||
|
"slug": "get-copilot-enterprise-usage-metrics-for-a-specific-day",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-1-day"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "get-copilot-enterprise-usage-metrics",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/enterprise-28-day/latest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "get-copilot-users-usage-metrics-for-a-specific-day",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/users-1-day"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "get-copilot-users-usage-metrics",
|
||||||
|
"subcategory": "copilot-metrics",
|
||||||
|
"verb": "get",
|
||||||
|
"requestPath": "/enterprises/{enterprise}/copilot/metrics/reports/users-28-day/latest"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"slug": "get-copilot-seat-information-and-settings-for-an-organization",
|
"slug": "get-copilot-seat-information-and-settings-for-an-organization",
|
||||||
"subcategory": "copilot-user-management",
|
"subcategory": "copilot-user-management",
|
||||||
|
|||||||
@@ -60,5 +60,5 @@
|
|||||||
"2022-11-28"
|
"2022-11-28"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sha": "b972b823e3572c9e6b64c3341401184e4eb0a474"
|
"sha": "e973182b530ffad0765b7713d0a9f80a0f46a220"
|
||||||
}
|
}
|
||||||
@@ -265784,10 +265784,14 @@
|
|||||||
],
|
],
|
||||||
"previews": [],
|
"previews": [],
|
||||||
"progAccess": {
|
"progAccess": {
|
||||||
"userToServerRest": false,
|
"userToServerRest": true,
|
||||||
"serverToServer": false,
|
"serverToServer": true,
|
||||||
"fineGrainedPat": false,
|
"fineGrainedPat": true,
|
||||||
"permissions": []
|
"permissions": [
|
||||||
|
{
|
||||||
|
"\"Enterprise Copilot metrics\" enterprise permissions": "read"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -265885,10 +265889,14 @@
|
|||||||
],
|
],
|
||||||
"previews": [],
|
"previews": [],
|
||||||
"progAccess": {
|
"progAccess": {
|
||||||
"userToServerRest": false,
|
"userToServerRest": true,
|
||||||
"serverToServer": false,
|
"serverToServer": true,
|
||||||
"fineGrainedPat": false,
|
"fineGrainedPat": true,
|
||||||
"permissions": []
|
"permissions": [
|
||||||
|
{
|
||||||
|
"\"Enterprise Copilot metrics\" enterprise permissions": "read"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -265992,10 +266000,14 @@
|
|||||||
],
|
],
|
||||||
"previews": [],
|
"previews": [],
|
||||||
"progAccess": {
|
"progAccess": {
|
||||||
"userToServerRest": false,
|
"userToServerRest": true,
|
||||||
"serverToServer": false,
|
"serverToServer": true,
|
||||||
"fineGrainedPat": false,
|
"fineGrainedPat": true,
|
||||||
"permissions": []
|
"permissions": [
|
||||||
|
{
|
||||||
|
"\"Enterprise Copilot metrics\" enterprise permissions": "read"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -266093,10 +266105,14 @@
|
|||||||
],
|
],
|
||||||
"previews": [],
|
"previews": [],
|
||||||
"progAccess": {
|
"progAccess": {
|
||||||
"userToServerRest": false,
|
"userToServerRest": true,
|
||||||
"serverToServer": false,
|
"serverToServer": true,
|
||||||
"fineGrainedPat": false,
|
"fineGrainedPat": true,
|
||||||
"permissions": []
|
"permissions": [
|
||||||
|
{
|
||||||
|
"\"Enterprise Copilot metrics\" enterprise permissions": "read"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -47,5 +47,5 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sha": "b972b823e3572c9e6b64c3341401184e4eb0a474"
|
"sha": "e973182b530ffad0765b7713d0a9f80a0f46a220"
|
||||||
}
|
}
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"sha": "b972b823e3572c9e6b64c3341401184e4eb0a474"
|
"sha": "e973182b530ffad0765b7713d0a9f80a0f46a220"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user