summaryrefslogtreecommitdiffstats
path: root/src/rest.h
diff options
context:
space:
mode:
authorJavier Hernandez <jhernandez@soleta.eu>2024-02-02 10:25:34 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-02-05 11:34:44 +0100
commit16ca353576d32903252fc7470c2f37d3e1d324df (patch)
tree58c74f48ce173dba868747555bcc8c54e9bc5ad9 /src/rest.h
parent5b75df049ec6869eb598e323788bc452451799da (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rest.h b/src/rest.h
index 926ac8c..e2e22ae 100644
--- a/src/rest.h
+++ b/src/rest.h
@@ -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
};