docs: remove duplicates
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2024-03-02 09:24:12 +01:00
parent e5931882d9
commit b26a25cfa8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 15 deletions

View File

@ -111,21 +111,6 @@ This document describes the different errors Vikunja can return.
| 6009 | 400 | There is no oidc team with that team name and oidcId. |
| 6010 | 400 | There are no oidc teams found for the user. |
| ErrorCode | HTTP Status Code | Description |
|-----------|------------------|-------------|
| 6001 | 400 | The team name cannot be emtpy. |
| 6002 | 404 | The team does not exist. |
| 6004 | 409 | The team already has access to that namespace or list. |
| 6005 | 409 | The user is already a member of that team. |
| 6006 | 400 | Cannot delete the last team member. |
| 6007 | 403 | The team does not have access to the list to perform that action. |
| 6008 | 400 | There are no teams found with that team name. |
| 6009 | 400 | There is no oidc team with that team name and oidcId. |
| 6010 | 400 | There are no oidc teams found for the user. |
## User Project Access
| ErrorCode | HTTP Status Code | Description |