diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2023-10-10 17:05:33 +0200 |
---|---|---|
committer | Jose M. Guisado <jguisado@soleta.eu> | 2023-10-10 18:09:19 +0200 |
commit | dc68d0f1354c11185f87f7111130fc4aa367af60 (patch) | |
tree | 0bc1313adf041adae4dc920e3c2cda3c4069b51f /src/json.h | |
parent | 51b70966fc0f5b79be36cbb76c8ccaa5fa5f1f7e (diff) |
rest: add POST /client/repo
Set a client repository in the OpenGnsys database using the endpoint
POST /client/repo.
Expects "clients" and "id" parameters in the request payload.
POST /client/repo
{
"clients": [...],
"id": "2"
}
Response:
200 OK
Diffstat (limited to 'src/json.h')
0 files changed, 0 insertions, 0 deletions