# Update conditions Update existing and add new conditions to an instance. Endpoint: PATCH /v1.0/instances/{instanceId}/conditions Version: 1.0 Security: AdministrationAccess, ClientAccess ## Path parameters: - `instanceId` (string, required) The UUID of the Dynamic Monetization instance. ## Request fields (application/json): - `id` (string) The identifier of a condition to be modified. If an identifier is not provided, a new condition will be created with a generated identifier. - `name` (string) A human readable name to help a user identify the condition. Not required to be unique. ## Response 200 fields (application/json): - `id` (string) A generated identifier to uniquely identify the condition. - `name` (string) A human readable name to help a user identify the condition. Not required to be unique.