fix: change error code from 401 to 403
This commit is contained in:
parent
23ac445713
commit
cbb563c4d6
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ Registers the user, and issues an access token for future requests.
|
|||
|-|-|
|
||||
|200|Registration successful|
|
||||
|400|The post request included poorly formated data|
|
||||
|401|Signups are disabled, gorb ID not available, email already in use, or password doesn't meet the minimum security requirements|
|
||||
|403|Signups are disabled, gorb ID not available, email already in use, or password doesn't meet the minimum security requirements|
|
||||
|
||||
---
|
||||
|
||||
|
@ -54,7 +54,7 @@ Registers the user, and issues an access token for future requests.
|
|||
|
||||
---
|
||||
|
||||
### 401
|
||||
### 403
|
||||
|
||||
|Name|Type|Description|
|
||||
|-|-|-|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue