Skip to content

Update network​

PUT
/api/networks/{id}

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

id*
Type
integer
Required

Request Body​

application/json
JSON
{
  
"name": "string",
  
"postback_url": "string",
  
"offer_url_template": "string",
  
"postback_ips_whitelist": "string",
  
"payout_rules": "string",
  
"group_id": 0
}

Responses​

Network updated

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI