Accepts a repository collaboration invitation, granting the user access with the specified mode (READ, WRITE, ADMIN). If the repository belongs to an organization, the user is automatically added as an organization member if not already. Restores any previously deleted workspaces for this user. Returns 409 Conflict if already a collaborator, or 204 No Content on success.
This API uses OAuth 2 with the implicit grant flow
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
3 - 128"example_id"
Invite ID, as returned by a previous call
17
Request completed successfully