ANABOX smart
API ReferenceMedicationsMedicationid
PATCH
/medications/{medicationId}
x-api-key<token>

API key for authentication

In: header

Path Parameters

medicationIdstring

A valid MongoDB ObjectId

name?string

The name of the medication

meta?unknown
organization?string

A valid MongoDB ObjectId

Response Body

application/json

curl -X PATCH "https://api.memo.wirewire.de/v1/medications/682fd0d7d4a6325d9d45b86d" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "string",
  "name": "string",
  "organization": "string",
  "meta": {
    "property1": null,
    "property2": null
  },
  "date": "2019-08-24T14:15:22Z"
}