v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Users

Update a user field

patch/users/v1/fields/{id}

Path parameters

idstring required

Required. The field UUID

Request body

namestring

Attribute name

descriptionstring

The attribute description

update_maskstring

Required. The attributes (such as name etc.) you want to update for the field, specified in the parameters. For example, the update_mask=name parameter indicates that only the name will be updated in a request, any other attributes provided in your request body will be ignored.

Response

A successful response.