Skip to content

Commit 7c10218

Browse files
Added Api/Chat/UpdateDocs to spec (#91)
* Added Api/Chat/UpdateDocs to spec * clarity improvements
1 parent d5aec8c commit 7c10218

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

specs/Data-Gateway.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4120,6 +4120,33 @@
41204120
]
41214121
}
41224122
},
4123+
"/Api/Chat/UpdateDocs": {
4124+
"post": {
4125+
"description": "Sends a request to update the cached Data Gateway documentation if there is a newer version.\n\nThis endpoint requires the `LicenseGptCache.ReadWrite` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
4126+
"operationId": "/Api/Chat/UpdateDocs/Post",
4127+
"responses": {
4128+
"204": {
4129+
"description": "Documentation updated successfully"
4130+
},
4131+
"400": {
4132+
"$ref": "#/components/responses/400"
4133+
},
4134+
"401": {
4135+
"$ref": "#/components/responses/401"
4136+
},
4137+
"403": {
4138+
"$ref": "#/components/responses/403"
4139+
},
4140+
"500": {
4141+
"description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
4142+
}
4143+
},
4144+
"summary": "Update Cached Documentation",
4145+
"tags": [
4146+
"Chat"
4147+
]
4148+
}
4149+
},
41234150
"/Api/Entitlement/Shield": {
41244151
"post": {
41254152
"description": "Creates a new license entitlement (activation) for SHIELD.\n\nThis endpoint requires the `LicenseEntitlement.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
@@ -6764,4 +6791,4 @@
67646791
"description": "Enables query for available information (like tenant, license, etc) via conversation with OpenAI agent."
67656792
}
67666793
]
6767-
}
6794+
}

0 commit comments

Comments
 (0)