latestOpenAPI 3.1.02026-08-211061591.1 MB
69a962f1578f
Workspace
Update Logo
Upload an image to be used as the workspace logo. Similar to a user’s avatar. If delete is set to true, it removes the logo completely and does not return any logo_* attribute.
post/api/v1/workspaces/logo
Response
Successful Response
Example response
{
"id": "123456",
"name": "Todoist",
"description": "Team workspace",
"creator_id": "1234567",
"created_at": "2025-01-15T10:30:00Z",
"pending_invitations": [
"foo@example.com"
],
"is_link_sharing_enabled": true,
"is_guest_allowed": true,
"invite_code": "abc123",
"current_member_count": 5,
"current_active_projects": 10,
"domain_name": "doist.com",
"current_template_count": 3,
"pending_invites_by_type": {
"admin_count": 0,
"guest_count": 0,
"member_count": 2
},
"member_count_by_type": {
"admin_count": 1,
"guest_count": 0,
"member_count": 4
}
}