File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 33 "info" : {
44 "title" : " AstrBot Open API" ,
55 "version" : " 1.0.0" ,
6- "description" : " Developer HTTP APIs for AstrBot. Use API Key authentication for /api/open/ v1/* endpoints."
6+ "description" : " Developer HTTP APIs for AstrBot. Use API Key authentication for /api/v1/* endpoints."
77 },
88 "servers" : [
99 {
1717 }
1818 ],
1919 "paths" : {
20- "/api/open/v1 /bots" : {
20+ "/api/v1/im /bots" : {
2121 "get" : {
2222 "tags" : [
2323 " Open API"
4949 }
5050 }
5151 },
52- "/api/open/ v1/file/upload " : {
52+ "/api/v1/file" : {
5353 "post" : {
5454 "tags" : [
5555 " Open API"
100100 }
101101 }
102102 },
103- "/api/open/ v1/chat/send " : {
103+ "/api/v1/chat" : {
104104 "post" : {
105105 "tags" : [
106106 " Open API"
187187 }
188188 }
189189 },
190- "/api/open/ v1/chat/sessions" : {
190+ "/api/v1/chat/sessions" : {
191191 "get" : {
192192 "tags" : [
193193 " Open API"
257257 }
258258 }
259259 },
260- "/api/open/ v1/message/send " : {
260+ "/api/v1/im/message " : {
261261 "post" : {
262262 "tags" : [
263263 " Open API"
322322 }
323323 }
324324 },
325- "/api/open/ v1/configs" : {
325+ "/api/v1/configs" : {
326326 "get" : {
327327 "tags" : [
328328 " Open API"
You can’t perform that action at this time.
0 commit comments