Rename group package and defaults to halls
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user