Reverts wrong renaming of a path
This commit is contained in:
parent
fc05f9b905
commit
472dd6e8bb
|
@ -2,7 +2,7 @@ OpenSupports can work completely fine without a frontend. You could only use thi
|
||||||
This documentation is intended for application developers who are looking to integrate OpenSupports with other applications.
|
This documentation is intended for application developers who are looking to integrate OpenSupports with other applications.
|
||||||
|
|
||||||
## Request/Response Interface
|
## Request/Response Interface
|
||||||
The API server is located in the `server/` folder of your OpenSupports' instance folder.
|
The API server is located in the `api/` folder of your OpenSupports' instance folder.
|
||||||
**All the requests must be done via POST method**, with the exception of the path `/system/download`.
|
**All the requests must be done via POST method**, with the exception of the path `/system/download`.
|
||||||
|
|
||||||
The response object has the following JSON structure:
|
The response object has the following JSON structure:
|
||||||
|
|
Loading…
Reference in New Issue