cURL
curl --request POST \ --url https://api.snitcher.com/v1/workspaces/{uuid}/link \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "parent_workspace_uuid": "550e8400-e29b-41d4-a716-446655440000" }'
{ "success": true, "message": "Workspace linked" }
Enter your personal access token (PAT) to authenticate
UUID of the child workspace
"550e8400-e29b-41d4-a716-446655440000"
Workspace linked
The response is of type object.
object