
This patch set is one of many to add api reference documentation to valet. This specifc patch adds the /v1/groups/ api documentation. User can generate the documentation by ``tox -eapi-ref``. Change-Id: Ic5016abd9f95de98effeaceb4b9f8c1fc7943d6a Signed-off-by: Tin Lam <tin@irrational.io>
8 lines
149 B
JSON
8 lines
149 B
JSON
{
|
|
"description": "My Awesome Group",
|
|
"type": "exclusivity",
|
|
"id": "7de4790e-08f2-44b7-8332-7a41fab36a41",
|
|
"members": [],
|
|
"name": "group"
|
|
}
|