Skip to content

Commit 80af931

Browse files
committed
chore: fix schemas descriptions
1 parent 4b2770f commit 80af931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/Apis/Protected/Summit/OAuth2SummitTrackTagGroupsApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function getTrackTagGroupsBySummit($summit_id){
204204
in: "query",
205205
required: false,
206206
schema: new OA\Schema(type: "string"),
207-
description: "Expand relationships"
207+
description: "Expand relationships allowed values: track_tag_group, tag"
208208
),
209209
new OA\Parameter(
210210
name: "fields",

0 commit comments

Comments
 (0)