Refactor project structure
This commit is contained in:
2
core/data/raml/documentation/authentication.md
Normal file
2
core/data/raml/documentation/authentication.md
Normal file
@@ -0,0 +1,2 @@
|
||||
Admin users of icehrm can find the access token under System->Settings.
|
||||
IceHrm uses Bearer Authorization.
|
||||
9
core/data/raml/documentation/responses.md
Normal file
9
core/data/raml/documentation/responses.md
Normal file
@@ -0,0 +1,9 @@
|
||||
| Code | Description |
|
||||
|------|--------------------|
|
||||
| 200 | Ok |
|
||||
| 201 | Created |
|
||||
| 400 | Bad request |
|
||||
| 401 | Not authorized |
|
||||
| 403 | Forbidden |
|
||||
| 404 | Resource not found |
|
||||
| 500 | Server error |
|
||||
Reference in New Issue
Block a user