octoprint-open-api/openapi/components/schemas/access/GroupUpdate.yaml
2020-11-03 00:00:04 +01:00

23 lines
619 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

type: object
properties:
description:
type: string
description: >-
The groups description. Set to empty if not provided.
permissions:
type: array
items:
$ref: ./PermissionRecord.yaml
description: >-
A list of identifiers of permissions to assign to the group
subgroups:
type: array
items:
$ref: ./GroupRecord.yaml
description: >-
A list of identifiers of groups to assign to the group as subgroups
default:
type: boolean
description: >-
Whether to assign the group to new users by default (true) or not (false, default value)