Skip to main content

Update custom fields

PATCH 

/clients/custom_fields/:id

JSON-RPC

clients.custom_fields.update

The method allows extra fields to be provided according to the the custom fields definition. The name of the field should be equal to the key of the custom field definition.

Request​

Path Parameters

    id integerrequired

    Client ID.

Responses​

Number of the affected rows.

Schema
    integerinteger

Authorization: X-Api-Key

name: X-Api-Keytype: apiKeyin: headerdescription: Token for API access
curl -L -X PATCH 'https://docs.jerasoft.net/clients/custom_fields/:id' \
-H 'Accept: application/json' \
-H 'X-Api-Key: <X-Api-Key>'
Request Collapse all
Auth
Parameters
— pathrequired