Upsert properties

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

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