API ReferenceMedications
x-api-key<token>
API key for authentication
In: header
name?string
The name of the medication
organization?string
A valid MongoDB ObjectId
meta?unknown
date?string
Format
date-timeResponse Body
application/json
curl -X POST "https://api.memo.wirewire.de/v1/medications/" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "string",
"name": "string",
"organization": "string",
"meta": {
"property1": null,
"property2": null
},
"date": "2019-08-24T14:15:22Z"
}