1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

update swagger spec files manually, like an animal

This commit is contained in:
Matthias Kretschmann 2018-11-29 12:53:04 +01:00
parent d4e753e8a3
commit ede7a9cce0
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 5 additions and 7 deletions

View File

@ -6,7 +6,6 @@
"title":"Aquarius", "title":"Aquarius",
"version":"0.1.4" "version":"0.1.4"
}, },
"basePath": "/api/v1/aquarius",
"paths":{ "paths":{
"/api/v1/aquarius/assets":{ "/api/v1/aquarius/assets":{
"get":{ "get":{
@ -202,8 +201,8 @@
}, },
{ {
"description":"key or list of keys to sort the result", "description":"key or list of keys to sort the result",
"example": { "example":{
"value": 1 "value":1
}, },
"in":"query", "in":"query",
"name":"sort", "name":"sort",

View File

@ -4,9 +4,8 @@
}, },
"info":{ "info":{
"title":"Brizo", "title":"Brizo",
"version":"1.0" "version":"0.1.2"
}, },
"basePath": "/api/v1/brizo",
"paths":{ "paths":{
"/api/v1/brizo/services/access/initialize":{ "/api/v1/brizo/services/access/initialize":{
"post":{ "post":{
@ -174,8 +173,8 @@
} }
], ],
"responses":{ "responses":{
"200":{ "302":{
"description":"Download valid url." "description":"Redirect to valid asset url."
}, },
"400":{ "400":{
"description":"One of the required attributes is missed." "description":"One of the required attributes is missed."