Skip to content

Commit

Permalink
Re-genderated OpenAPI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaro committed Jan 12, 2024
1 parent 515bea0 commit cd7a7a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/oas-client.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"openapi" : "3.0.3",
"info" : {
"title" : "DRES Client API",
"description" : "Client API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.0-RC2",
"version" : "2.0.0-RC2"
"description" : "Client API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.0-RC3",
"version" : "2.0.0-RC3"
},
"paths" : {
"/api/v1/submit" : {
Expand Down
4 changes: 2 additions & 2 deletions doc/oas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"openapi" : "3.0.3",
"info" : {
"title" : "DRES API",
"description" : "API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.0-RC2",
"description" : "API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.0-RC3",
"contact" : {
"name" : "The DRES Dev Team",
"url" : "https://dres.dev"
},
"license" : {
"name" : "MIT"
},
"version" : "2.0.0-RC2"
"version" : "2.0.0-RC3"
},
"paths" : {
"/api/v1/submit" : {
Expand Down

0 comments on commit cd7a7a0

Please sign in to comment.