Update board
PATCH {{baseUrl}}/boards/:board_id?ad_account_id=15266090296
Update a board owned by the operating user_account
.
- Optional: Business Access: Specify an adaccountid to use the owner of that adaccount as the "operation useraccount.
- By default, the
operation useraccount" is the token useraccount.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ad_account_id | number | Unique identifier of an ad account. |
Request Body
{"name"=>"<string>", "description"=>"<string>", "privacy"=>"PUBLIC"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"name":"\u003cstring\u003e","id":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","board_pins_modified_at":"\u003cdateTime\u003e","description":"\u003cstring\u003e","collaborator_count":"\u003cinteger\u003e","pin_count":"\u003cinteger\u003e","follower_count":"\u003cinteger\u003e","media":{"image_cover_url":"\u003cstring\u003e","pin_thumbnail_urls":["\u003cstring\u003e","\u003cstring\u003e"]},"owner":{"username":"\u003cstring\u003e"},"privacy":"PUBLIC"}