diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-11-07 11:17:23 +0100 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-11-11 12:29:11 +0100 |
commit | 4103945785011eb1a863e81bd4b37dec05fc8cdb (patch) | |
tree | 3d75bc2e079b5207f56273eed796f26860abb50e /src/schema.c | |
parent | 892a8fa2e5a60f2390c74d6bf0599e942a80983c (diff) |
Add API to register and delete oglives from the database.
POST /oglive/add
Register an installed oglive in the database, if the entry already
exists update its creation date.
Example request payload:
{"name": "ogrelive-6.1.0-26"}
POST /oglive/delete
Remove an installed oglive from the database
Example request payload:
{"name": "ogrelive-6.1.0-26"}
Diffstat (limited to 'src/schema.c')
0 files changed, 0 insertions, 0 deletions