Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 28 additions & 1 deletion specs/Data-Gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -4120,6 +4120,33 @@
]
}
},
"/Api/Chat/UpdateDocs": {
"post": {
"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.",
"operationId": "/Api/Chat/UpdateDocs/Post",
"responses": {
"204": {
"description": "Documentation updated successfully"
},
"400": {
"$ref": "#/components/responses/400"
},
"401": {
"$ref": "#/components/responses/401"
},
"403": {
"$ref": "#/components/responses/403"
},
"500": {
"description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
"summary": "Update Cached Documentation",
"tags": [
"Chat"
]
}
},
"/Api/Entitlement/Shield": {
"post": {
"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.",
Expand Down Expand Up @@ -6764,4 +6791,4 @@
"description": "Enables query for available information (like tenant, license, etc) via conversation with OpenAI agent."
}
]
}
}