Skip to content

Commit 74e16fa

Browse files
committed
Added Api/Chat/UpdateDocs to spec
1 parent d5aec8c commit 74e16fa

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

specs/Data-Gateway.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4120,6 +4120,34 @@
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` tenants. End user access is restricted.",
4126+
"operationId": "/Api/Chat/UpdateDocs",
4127+
"responses": {
4128+
"204": {
4129+
"description": "OK"
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+
"Documentation"
4148+
]
4149+
}
4150+
},
41234151
"/Api/Entitlement/Shield": {
41244152
"post": {
41254153
"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 +6792,4 @@
67646792
"description": "Enables query for available information (like tenant, license, etc) via conversation with OpenAI agent."
67656793
}
67666794
]
6767-
}
6795+
}

0 commit comments

Comments
 (0)