Upsert property

Performs an upsert operation on properties. The properties are matched based on the names provided in the request.

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
propertiesmap from strings to anyRequired
Hash containing the names and values of the properties to upsert.
project_idstringOptional
Project where properties should be upserted.

Response

Success reply
successboolean
Status of the upsert operation.

Errors