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
3 changes: 2 additions & 1 deletion docs/apis/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1075,12 +1075,13 @@
"tags": [
"Providers"
],
"description": "Note: Removing a provider is only supported for custom providers. If you are trying to delete a provider that is not a custom provider, you can use Update Provider instead.",
"parameters": [
{
"name": "provider",
"in": "path",
"required": true,
"description": "The name of the provider to delete",
"description": "The name of the custom provider to delete",
"schema": {
"type": "string"
}
Expand Down