docs(readme): fixed tables

This commit is contained in:
antifallobst 2023-08-12 15:34:37 +02:00
parent cc2e6080f4
commit f985418515
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Registers a new account.
#### Responses
| Response | Description |
|----------|-----------------------------------------|
|----------|------------------------------------------|
| 200 | User created successfully |
| 400 | Formal error in the request |
| 409 | The requested username is already in use |
@ -42,7 +42,7 @@ Authenticates using an existing account.
#### Responses
| Response | Description |
|----------|---------------------------------------------------|
|----------|----------------------------------------------------|
| 200 | Authenticated successfully |
| 400 | Formal error in the request |
| 401 | Authentication failure (wrong password) |