Update Injection Log

Updates an existing injection log entry for the authenticated patient. Access is restricted to the owner of the log. If the log entry does not exist or does not belong to the requesting patient, the server will return a 403 Forbidden response.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier (_id) of the injection log to update.

Body Params
string

The updated name of the medication.

string

The updated dosage amount.

string
enum

The updated anatomical location of the injection.

Allowed:
date-time

The updated timestamp for when the injection was administered in ISO 8601 format.

string

Updated observations or medical notes regarding the injection.

Headers
string
required

A valid JWT authentication token.

string
required

Your unique Organization ID.

Responses

401

Unauthorized. The authorization token is missing or invalid.

403

Forbidden. The injection log does not exist or the authenticated user does not have permission to modify it.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json