Skip to main content
PUT
/
networks
/
offers
/
{offerId}
/
forwardingrule
Update Offer Forwarding Rule
curl --request PUT \
  --url https://api.eflow.team/v1/networks/offers/{offerId}/forwardingrule \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '{}'
{}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Path Parameters

offerId
integer
required

The offer ID.

Body

application/json

The forwarding rule configuration to set.

Response

200 - application/json

OK

Updated forwarding rule configuration.