Custom Drug Management Endpoints
Update custom drug
Updates a user-level custom drug. Send only the fields to change.
PUT
cURL
Updates a user-level custom drug. Send only the fields you want to change.Documentation Index
Fetch the complete documentation index at: https://docs.parchmenthealth.io/llms.txt
Use this file to discover all available pages before exploring further.
Integration Notes
- Scope Requirement: Your API token must include the
update:custom_drugscope. - Target:
drug_idis thecustom_drug_idreturned by the list/create endpoints. The drug must already exist for this user — otherwise404is returned. - Partial update: Only the provided fields are changed; omitted fields are left untouched.
- Response: Returns the updated drug.
Example Request
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Organization secret for authentication - provided by Parchment
Path Parameters
Organization ID
User ID
Custom drug ID (custom_drug_id from the list endpoint)
Body
application/json
Partial custom drug fields to update
Partial custom drug fields to update. Send only the fields to change.
Maximum string length:
280Maximum string length:
280Maximum string length:
100Maximum string length:
100Maximum string length:
50Maximum string length:
50Maximum string length:
2Maximum string length:
50Maximum string length:
280Maximum string length:
250Maximum string length:
50cURL

