Update an advertiser's mutable business fields
PATCH/v1/networks/:networkId/advertisers/:id
Partial update: only the fields you send are changed. As with the read endpoints, the advertiser is addressable only if referenced by a campaign in this network; otherwise 404. The write is optimistic-locked, so a concurrent modification returns 409. Requires the administrator network role.
Request
Responses
- 200
- 401
- 403
- 404
- 409
The updated advertiser
Missing or invalid API key
The API key is not authorized for this resource
Advertiser not referenced by this network
Version conflict