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