v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Teams

Add Project to Team

Adds an existing project to the team.

post/accounts/{account_id}/teams/{team_id}/projects

Path parameters

account_idstring required

Account ID

team_idstring required

Team ID

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Request body

idstring required

Project ID to add to the Team

Example request

{
  "id": "a4b3c2d1"
}

Response

Created