curl --request PUT \
--url https://api.letpiper.com/v1/orgs/{org_id}/board-layout/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"positions": {}
}
'{
"positions": {}
}Save board layout positions for the organization’s agent canvas.
curl --request PUT \
--url https://api.letpiper.com/v1/orgs/{org_id}/board-layout/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"positions": {}
}
'{
"positions": {}
}Platform token (starts with pat_)
Schema for updating board layout positions.
Show child attributes
Successful Response
Schema for board layout responses.
Show child attributes