diff options
author | Javier Hernandez <jhernandez@soleta.eu> | 2024-02-02 10:25:34 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-02-05 11:34:44 +0100 |
commit | 16ca353576d32903252fc7470c2f37d3e1d324df (patch) | |
tree | 58c74f48ce173dba868747555bcc8c54e9bc5ad9 /src/rest.h | |
parent | 5b75df049ec6869eb598e323788bc452451799da (diff) |
rest: Add uri to update folder name
Add support to update computer folder name
Add support to update room folder name
Diffstat (limited to 'src/rest.h')
-rw-r--r-- | src/rest.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ enum og_rest_uri { OG_URI_STATS, OG_URI_FOLDER_ADD, OG_URI_FOLDER_DELETE, + OG_URI_FOLDER_UPDATE, OG_URI_MAX }; |