cURL
curl --request PUT \ --url https://api.splose.com/v1/patients/{id}/custom-field \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "customFieldData": [ { "customFieldId": 123, "value": "<string>" } ] }'
1
Update single patient custom field
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Return 1 on success
The response is of type enum<number>.
enum<number>