[REST API] Incorporate changes related to REST API docs (#900)

This commit is contained in:
Deshraj Yadav
2023-11-03 00:42:55 -07:00
committed by GitHub
parent 8dd5cb9602
commit fa3ca1d08a
23 changed files with 323 additions and 49 deletions

View File

@@ -5,7 +5,7 @@ meta {
}
post {
url: http://localhost:8000/add
url: http://localhost:8080/add
body: json
auth: none
}

View File

@@ -5,7 +5,7 @@ meta {
}
post {
url: http://localhost:8000/chat
url: http://localhost:8080/chat
body: json
auth: none
}

View File

@@ -5,7 +5,7 @@ meta {
}
post {
url: http://localhost:8000/query
url: http://localhost:8080/query
body: json
auth: none
}

View File

@@ -5,7 +5,7 @@ meta {
}
get {
url: http://localhost:8000/ping
url: http://localhost:8080/ping
body: json
auth: none
}