Skip to content

Commit be249a9

Browse files
committed
doc: Add shiIncOnly permission scope in multiple endpoint descriptions
1 parent 478963c commit be249a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specs/Data-Gateway.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8858,7 +8858,7 @@
88588858
},
88598859
"/Api/CloudMatrix/Account/{accountId}/Dashboard": {
88608860
"get": {
8861-
"description": "Retrieves the list of cloud matrix correlation records on the account passed in. Can use filters targeting creation date to limit results. Cloud matrix records store the metadata for a specific cloud matrix correlation.\n\nThis endpoint requires the `CloudMatrix.Read.All` scope (permission).",
8861+
"description": "Retrieves the list of cloud matrix correlation records on the account passed in. Can use filters targeting creation date to limit results. Cloud matrix records store the metadata for a specific cloud matrix correlation.\n\nThis endpoint is only accessible from the `SHI` and `SHI Lab` tenants and requires the `CloudMatrix.Read.All` scope (permission).",
88628862
"operationId": "/Api/CloudMatrix/Account/:accountId/Dashboard/Get",
88638863
"parameters": [
88648864
{
@@ -9960,7 +9960,7 @@
99609960
"summary": "Update Cloud Matrix Assessment"
99619961
},
99629962
"get": {
9963-
"description": "Retrieves the details of a specific Cloud Matrix correlation record.\n\nThis endpoint requires the `CloudMatrix.Read.All` scope (permission).",
9963+
"description": "Retrieves the details of a specific Cloud Matrix correlation record.\n\nThis endpoint is only accessible from the `SHI` and `SHI Lab` tenants and requires the `CloudMatrix.Read.All` scope (permission).",
99649964
"operationId": "/Api/CloudMatrix/Account/:accountId/Correlation/:correlationId/Get",
99659965
"parameters": [
99669966
{
@@ -10062,7 +10062,7 @@
1006210062
"/Api/CloudMatrix/Correlation/{correlationId}/Data": {
1006310063
"get": {
1006410064
"summary": "Get Specific Cloud Matrix Assessment Data With Correlation Record by CorrelationId.",
10065-
"description": "Retrieves Cloud Matrix Assessment data with correlation record associated with the specified correlation ID if it exists on the tenant found in the token.\n\nThis endpoint requires the `CloudMatrix.Read` scope (permission).",
10065+
"description": "Retrieves Cloud Matrix Assessment data with correlation record associated with the specified correlation ID if it exists on the tenant found in the token.\n\nThis endpoint is only accessible from the `SHI` and `SHI Lab` tenants and requires the `CloudMatrix.Read` scope (permission).",
1006610066
"operationId": "/Api/CloudMatrix/Correlation/:correlationId/Data/Get",
1006710067
"parameters": [
1006810068
{

0 commit comments

Comments
 (0)