English
cURL
curl "https://api.phrase.com/v2/accounts/:account_id/teams/:team_id/spaces" \ -u USERNAME_OR_ACCESS_TOKEN \ -X POST \ -d '{"id":"a4b3c2d1"}' \ -H 'Content-Type: application/json'
Adds an existing space to the team.
Enter your token in the format token TOKEN
token TOKEN
Two-Factor-Authentication token (optional)
Account ID
Team ID
Space ID to add to the Team
"a4b3c2d1"
Created
Was this page helpful?