docs(readme): fixed tables
This commit is contained in:
parent
cc2e6080f4
commit
f985418515
|
@ -22,7 +22,7 @@ Registers a new account.
|
||||||
#### Responses
|
#### Responses
|
||||||
|
|
||||||
| Response | Description |
|
| Response | Description |
|
||||||
|----------|–-----------------------------------------|
|
|----------|------------------------------------------|
|
||||||
| 200 | User created successfully |
|
| 200 | User created successfully |
|
||||||
| 400 | Formal error in the request |
|
| 400 | Formal error in the request |
|
||||||
| 409 | The requested username is already in use |
|
| 409 | The requested username is already in use |
|
||||||
|
@ -42,7 +42,7 @@ Authenticates using an existing account.
|
||||||
#### Responses
|
#### Responses
|
||||||
|
|
||||||
| Response | Description |
|
| Response | Description |
|
||||||
|----------|–---------------------------------------------------|
|
|----------|----------------------------------------------------|
|
||||||
| 200 | Authenticated successfully |
|
| 200 | Authenticated successfully |
|
||||||
| 400 | Formal error in the request |
|
| 400 | Formal error in the request |
|
||||||
| 401 | Authentication failure (wrong password) |
|
| 401 | Authentication failure (wrong password) |
|
||||||
|
|
Loading…
Reference in New Issue