1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Removed "Use this endpoint" to avoid repetition

This commit is contained in:
Radmacher 2021-12-10 16:48:47 +01:00
parent eb9d258be7
commit f02c1d01c5
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
Use this endpoint to invite a new member to join your team. If initiated from the client SDK, an email with a link to join the team will be sent to the member's email address and an account will be created for them should they not be signed up already. If initiated from server-side SDKs, the new member will automatically be added to the team.
Invite a new member to join your team. If initiated from the client SDK, an email with a link to join the team will be sent to the member's email address and an account will be created for them should they not be signed up already. If initiated from server-side SDKs, the new member will automatically be added to the team.
Use the 'url' parameter to redirect the user from the invitation email back to your app. When the user is redirected, use the [Update Team Membership Status](/docs/client/teams#teamsUpdateMembershipStatus) endpoint to allow the user to accept the invitation to the team.

View file

@ -1 +1 @@
Use this endpoint to create a new team. The user who creates the team will automatically be assigned as the owner of the team. Only the users with the owner role can invite new members, add new owners and delete or update the team.
Create a new team. The user who creates the team will automatically be assigned as the owner of the team. Only the users with the owner role can invite new members, add new owners and delete or update the team.

View file

@ -1 +1 @@
Use this endpoint to delete a team using its unique ID. Only team members with the owner role can delete the team.
Delete a team using its unique ID. Only team members with the owner role can delete the team.

View file

@ -1 +1 @@
Use this endpoint to get a team by its unique ID. All team members have read access for this resource.
Get a team by its unique ID. All team members have read access for this resource.

View file

@ -1,3 +1,3 @@
Use this endpoint to get a list of all the teams in which the current user is a member. You can use the parameters to filter your results.
Get a list of all the teams in which the current user is a member. You can use the parameters to filter your results.
In admin mode, this endpoint returns a list of all the teams in the current project. [Learn more about different API modes](/docs/admin).

View file

@ -1 +1 @@
Use this endpoint to modify the roles of a team member. Only team members with the owner role have access to this endpoint. Learn more about [roles and permissions](/docs/permissions)
Modify the roles of a team member. Only team members with the owner role have access to this endpoint. Learn more about [roles and permissions](/docs/permissions)

View file

@ -1 +1 @@
Use this endpoint to update a team using its unique ID. Only members with the owner role can update the team.
Update a team using its unique ID. Only members with the owner role can update the team.