Skip to content

Commit

Permalink
DDOC-1055- Fix AI Endpoints (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
shurrey authored May 3, 2024
1 parent d74e181 commit be67038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -22478,7 +22478,7 @@
}
}
},
"/v2/ai/ask": {
"/ai/ask": {
"post": {
"operationId": "post_ai_ask",
"summary": "Send AI Ask request",
Expand Down Expand Up @@ -22529,7 +22529,7 @@
}
}
},
"/v2/ai/text_gen": {
"/ai/text_gen": {
"post": {
"operationId": "post_ai_text_gen",
"summary": "Send AI Text Gen request",
Expand Down

0 comments on commit be67038

Please sign in to comment.