| name | type | description |
|---|---|---|
| Authorization | header | Bearer token, see https://dev.d4science.org/how-to-access-resources |
| media type | data type |
|---|---|
| application/json;charset=UTF-8 | string |
| text/plain | string |
| media type | data type | description |
|---|---|---|
| */* | object |
POST /record
Content-Type: application/json;charset=UTF-8
Accept: */*
Authorization: ...
...
HTTP/1.1 201 Created
Content-Type: */*
...