diff --git a/swagger.yml b/swagger.yml index cb9ed225..064ef9bb 100644 --- a/swagger.yml +++ b/swagger.yml @@ -6,6 +6,14 @@ info: host: localhost:3000 +tags: + - name: authentication + description: Authentication, Logout & API Tokens + - name: project + description: Everything related to a project + - name: user + description: User-related API + schemes: - http - https