Skip to main content
PATCH
Change a medication

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string
required

The medication's ID.

Body

application/json

At least one of these.

name
string

Cannot be empty.

form
enum<string> | null
Available options:
tablet,
capsule,
liquid,
injectable,
topical,
chewable,
other
strength
string | null
default_dose
string | null
notes
string | null
is_active
boolean

Response

The medication, as it now is.

medication
object
required