digitaldemocratic/dd-sso/admin/src/admin/views/api_docs/group_get.yml

21 lines
380 B
YAML

Get a registered group in DD
---
consumes:
- application/json
parameters:
- in: url
name: group_id
description: |
The group to retrieve from DD
schema:
type: string
responses:
200:
description: |
The group as it exists on DD
schema:
$ref: '#/definitions/Group'
404:
description: |
The group does not exist