Removing permissions for project collaborators
almost 2 years ago by Corey Collins
We no longer support passing permissions when inviting a new collaborator to a project. Instead, all collaborators have the same permissions.
Inviting a new company to collaborate
Here is how you can invite a company to a project:
POST /v2/projects/:id/invitations
NEW
No request body
OLD
Request Body
{
"permissions": [
"can_comment",
"can_use_todos",
"can_add_content",
"can_view_content"
]
}