Referral Endpoints
Update Referral
Updates a referral based on their ID
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Referral update details
The body is of type object
.
Response
200
Referral updated successfully