Skip to content

Commit 3783933

Browse files
adriendupuisadamwojs
authored andcommitted
ContentTypeLinkToGroupController.php: Describe group GET param
1 parent f7dec26 commit 3783933

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/lib/Server/Controller/ContentType/ContentTypeLinkToGroupController.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@
4646
'type' => 'string',
4747
],
4848
),
49+
new Model\Parameter(
50+
name: 'group',
51+
in: 'query',
52+
required: true,
53+
schema: [
54+
'type' => 'string',
55+
],
56+
description: 'Destination content type group URI; for example with content type group 4: `?group=/api/ibexa/v2/content/typegroups/4`',
57+
),
4958
],
5059
responses: [
5160
Response::HTTP_OK => [

0 commit comments

Comments
 (0)