mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 08:42:00 +02:00
add documentation for /api/key
This commit is contained in:
parent
9f8afbd18e
commit
6e873a0778
2 changed files with 25 additions and 2 deletions
|
@ -202,7 +202,7 @@ def api_error(status, error_type, message)
|
|||
end
|
||||
|
||||
def api_error_invalid_auth
|
||||
api_error 403, 'invalid_auth', 'invalid credentials - please check your username and password'
|
||||
api_error 403, 'invalid_auth', 'invalid credentials - please check your username and password (or your api key)'
|
||||
end
|
||||
|
||||
def api_not_found
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue