summaryrefslogtreecommitdiffstats
path: root/src/json.c
Commit message (Collapse)AuthorAgeFilesLines
* Add POST /modes REST requestRoberto Hueso Gómez2020-07-061-0/+29
| | | | | | | | | | | | | This patch implements HTTP POST /modes request which can change the mode of any particular scope. Request: POST /modes { "scope": {"id": 1, "type": "computer"}, "mode": "pxe" } Response: 200 OK
* #971 rename sources folder to srcOpenGnSys Support Team2020-06-261-0/+85
Use the same folder as in ogClient.