mourningdove/api/dist/components/schemas/accesslist.yaml
2026-05-24 01:03:05 +00:00

13 lines
260 B
YAML

type: object
required:
- name
properties:
name:
description: The name of the new accesslist.
type: string
minLength: 1
sortorder:
description: Sort order for the new accesslist, 0 to 255.
type: integer
minimum: 0
maximum: 255