Update Ad Account Name
POST {{baseUrl}}/adAccounts/{{sponsoredaccount_id}}
Ad Accounts can be updated through a partial update by patching the fields you want to change. The following example changes the name field only.
See our public documentation here for more information.
Request Body
{"patch"=>{"$set"=>{"name"=>"Updated Ad Acount name"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
LinkedIn-Version | string | ||
X-Restli-Protocol-Version | string |