1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Fixed inconsistency

This commit is contained in:
Radmacher 2021-12-08 23:22:52 +01:00
parent 34f6aea63b
commit 9fb460396c
5 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1 +1 @@
Lists a team's members using the team's unique ID. All team members have read access to this endpoint.
Use this endpoint to list a team's members using the team's unique ID. All team members have read access to this endpoint.

View file

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

View file

@ -1,3 +1,3 @@
Get a list of all the teams in which the current user is a member. You can use the parameters to filter your results.
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.
On 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 @@
Update a team using its unique ID. Only members with the owner role can update the team.
Use this endpoint to update a team using its unique ID. Only members with the owner role can update the team.