curl --request PATCH \
--url https://api.social-api.ai/v1/v1/accounts/{id}/pages/{pageId} \
--header 'Content-Type: application/json' \
--data '
{
"is_active": true,
"is_default": true
}
'{}Update a page’s is_default or is_active status.
curl --request PATCH \
--url https://api.social-api.ai/v1/v1/accounts/{id}/pages/{pageId} \
--header 'Content-Type: application/json' \
--data '
{
"is_active": true,
"is_default": true
}
'{}