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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
customFieldData
object[]
required

Response

200 - text
Return 1 on success

The response is of type enum<number>.

Available options:
1