Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:dres-dev/DRES into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterl committed Jan 12, 2024
2 parents 3af434e + cd7a7a0 commit a382255
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 a382255

Please sign in to comment.