| name | type | description |
|---|---|---|
| Authorization | header | Bearer token, see https://dev.d4science.org/how-to-access-resources |
| media type | data type | description |
|---|---|---|
| application/json | array of StorageDescriptor (JSON) |
GET /storages
Content-Type: */*
Accept: application/json
Authorization: ...
...
HTTP/1.1 200 OK
Content-Type: application/json
[ {
"name" : "..."
} ]