Skip to content

Commit 1321594

Browse files
committed
fix: Capitalize endpoint summaries.
1 parent 21784df commit 1321594

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specs/Data-Gateway.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8992,7 +8992,7 @@
89928992
"tags": [
89938993
"Cloud Matrix"
89948994
],
8995-
"summary": "Get a default assessment schema object"
8995+
"summary": "Get a Default Assessment Schema Object"
89968996
}
89978997
},
89988998
"/Api/CloudMatrix/Assessment": {
@@ -9838,12 +9838,12 @@
98389838
"tags": [
98399839
"Cloud Matrix"
98409840
],
9841-
"summary": "Get a specific Cloud Matrix Correlation Record"
9841+
"summary": "Get a Specific Cloud Matrix Correlation Record"
98429842
}
98439843
},
98449844
"/Api/CloudMatrix/Customer/{crmId}/Correlation/{correlationId}/Data": {
98459845
"get": {
9846-
"summary": "Get specific Cloud Matrix Assessment data with correlation record by crmId and correlationId.",
9846+
"summary": "Get Specific Cloud Matrix Assessment Data With Correlation Record by Crmid and CorrelationId",
98479847
"description": "Retrieves Cloud Matrix Assessment data with correlation record associated with the specified customer ID (`crmId`) and correlation ID.\n\nThis endpoint requires the `CloudMatrix.Read.All` scope (permission).",
98489848
"operationId": "/Api/CloudMatrix/Customer/:crmId/Correlation/:correlationId/Data/Get",
98499849
"parameters": [

0 commit comments

Comments
 (0)