Update a contact attribute
Updates a contact attribute in the database.
PUT
Authorizations
Use your Formbricks x-api-key to authenticate.
Path Parameters
Body
application/json
The response to update
Input data for creating or updating a contact attribute
The ID of the attribute key
The ID of the contact
The value of the attribute
Example:
"example@email.com"
Response
200 - application/json
Response updated successfully.
The ID of the contact attribute
The date and time the contact attribute was created
Example:
"2021-01-01T00:00:00.000Z"
The date and time the contact attribute was last updated
Example:
"2021-01-01T00:00:00.000Z"
The ID of the attribute key
The ID of the contact
The value of the attribute
Example:
"example@email.com"
Was this page helpful?