Updating initial Location crud endpoints to be global & restricted to SUPER role

This commit is contained in:
2026-01-20 17:13:12 -06:00
parent eb34e6692f
commit cdeea60e52
5 changed files with 7 additions and 35 deletions
-1
View File
@@ -22,7 +22,6 @@ Stored documents (MongoDB)
```json
{
"id": "string (ObjectId)",
"ownerUserId": "string",
"name": "string",
"createdUtc": "string (ISO-8601 datetime)"
}