# Create conditions API to create conditions. Endpoint: POST /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.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