Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"name": "Acme Europe",
"hex_color": "#00aaee",
"owner_id": 33,
"access_status": "inactive"
}
Request Code Samples
curl --location --request PUT 'https://app.onlysocial.io/os/api/panel/workspaces/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Acme Europe",
"hex_color": "#00aaee",
"owner_id": 33,
"access_status": "inactive"
}'
Responses
This response does not have a body.
Modified at 2026-06-14 08:07:00