1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 15:55:34 +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",
"version":"0.1.4"
},
"basePath": "/api/v1/aquarius",
"paths":{
"/api/v1/aquarius/assets":{
"get":{
@ -202,8 +201,8 @@
},
{
"description":"key or list of keys to sort the result",
"example": {
"value": 1
"example":{
"value":1
},
"in":"query",
"name":"sort",

View File

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