# Update conditions Update existing and add new conditions to an instance. Endpoint: PATCH /api/v1.1/instances/{instanceId}/conditions Version: v1.1 Security: AdministrationAccess, ClientAccess ## Path parameters: - `instanceId` (string, required) The UUID of the Dynamic Monetization instance. ## Request fields (application/json): - `conditions` (array) List of conditions - `conditions.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. - `conditions.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. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields