Rename group package and defaults to halls

This commit is contained in:
Storm Dragon
2026-05-17 22:37:38 -04:00
parent 55528b8e62
commit a8ada950d5
26 changed files with 459 additions and 459 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
# Skald's administrative API
Skald provides an HTTP-based API that can be used to create groups and
Skald provides an HTTP-based API that can be used to create halls and
users. For example, in order to create a hall, a client may do
PUT /skald-api/v0/.halls/hallname/
@@ -39,11 +39,11 @@ Provides a number of statistics about the running server, in JSON. The
exact format is undocumented, and may change between versions. The only
allowed methods are HEAD and GET.
### List of groups
### List of halls
/skald-api/v0/.halls/
Returns a list of groups, as a JSON array. The only allowed methods are
Returns a list of halls, as a JSON array. The only allowed methods are
HEAD and GET.
### Group definition