Skip to content

Commit cdca393

Browse files
authored
nick/fix assistant api url (#912)
* Refactor API endpoint to generate assistant messages with updated request and response structures * Add Mintlify documentation and update API reference for assistant message generation * Update OpenAPI specification for assistant message generation with new request structure and additional properties * Add default values for threadId and messages in assistant message generation * Add back the create topic and generate message pages * fix: correct the openapi url for assistant
1 parent 620083b commit cdca393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discovery-openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"servers": [
99
{
10-
"url": "https://api-dsc.mintlify.com/api/discovery/v1"
10+
"url": "https://api-dsc.mintlify.com/v1"
1111
}
1212
],
1313
"security": [

0 commit comments

Comments
 (0)