Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.eflow.team/v1/networks/custom/caps \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "network_custom_cap_setting_ids": [ 1, 2, 3 ], "fields": [ { "field_type": "daily_conversion_cap", "field_value": 150 } ] } '
{ "result": true }
The Everflow API key generated from the Control Center > Security.
List of custom cap setting IDs to update.
Show child attributes
Was this page helpful?