Update all the properties of a custom field value

put

/learn.rest/v1/memberships/{membershipId}/customFieldValues/{userCustomFieldValueId}

Request

Supported Media Types
Path Parameters
Body ()
Custom field value object that needs to be updated
Root Schema : UserCustomFieldValueRequest
Type: object
Request object containing custom field values.
Show Source
Example:
{
    "customFieldId":407,
    "value":"JCK"
}
Security
Back to Top

Response

200 Response

Resource updated.

400 Response

Request has incorrect syntax or does not contain a field that is required.

401 Response

Authentication refused for provided credentials or token invalid.
Headers

404 Response

Resource not found.

422 Response

Request may contain validation errors.

500 Response

Internal server error.
Back to Top