Skip to main content
PATCH
/
v1
/
prescription-requests
/
{id}
PATCH /v1/prescription-requests/{id}
curl --request PATCH \
  --url https://have-foresight.app/api/v1/v1/prescription-requests/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Documentation Index

Fetch the complete documentation index at: https://docs.have-foresight.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Foresight API key, prefixed fsk_live_ or fsk_test_.

Path Parameters

id
string
required

Path parameter id.

Body

application/json

The body is of type object.

Response

Success.