Skip to content

Commit

Permalink
Merge pull request #196 from Alfresco/ACS-5506-be-handling-a-descript…
Browse files Browse the repository at this point in the history
…ion-of-the-group-and-flag-for-subgroups

ACS-5506 Add description and hasSubgroups to groups API
  • Loading branch information
MichalKinas authored Feb 8, 2024
2 parents 60ced3e + b73750b commit 744f641
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/webapp/definitions/alfresco-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ parameters:
Returns additional information about the group. The following optional fields can be requested:
* parentIds
* zones
* hasSubgroups
* description
required: false
type: array
items:
Expand Down Expand Up @@ -9577,9 +9579,14 @@ definitions:
type: string
displayName:
type: string
description:
type: string
isRoot:
type: boolean
default: true
hasSubgroups:
type: boolean
default: false
parentIds:
type: array
items:
Expand Down Expand Up @@ -9646,6 +9653,8 @@ definitions:
type: string
displayName:
type: string
description:
type: string
parentIds:
type: array
items:
Expand All @@ -9657,6 +9666,8 @@ definitions:
properties:
displayName:
type: string
description:
type: string
CommentBody:
type: object
required:
Expand Down

0 comments on commit 744f641

Please sign in to comment.