Commit 5083633a authored by Isaac Pereira's avatar Isaac Pereira

Atualiza rotas de autenticação e registro

parent 99673c45
...@@ -7,7 +7,7 @@ info: ...@@ -7,7 +7,7 @@ info:
version: 1.0.0 version: 1.0.0
tags: tags:
- name: auth - name: auth
description: 'Authentication and register' description: 'Register and authentication'
- name: admin - name: admin
description: 'Competition admin operations' description: 'Competition admin operations'
- name: public - name: public
...@@ -23,8 +23,8 @@ paths: ...@@ -23,8 +23,8 @@ paths:
post: post:
tags: tags:
- auth - auth
summary: Retrieves information about this competition summary: Authenticate to retrieve an API auth token
description: Retrieves information about this competition. description: Retrieves information about this competition
requestBody: requestBody:
content: content:
application/json: application/json:
...@@ -47,8 +47,8 @@ paths: ...@@ -47,8 +47,8 @@ paths:
post: post:
tags: tags:
- auth - auth
summary: Retrieves information about this competition summary: Register a new admin user
description: Retrieves information about this competition. description: Register a new admin user
requestBody: requestBody:
content: content:
application/json: application/json:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment