Skip to content

Commit 18c673c

Browse files
lexical ordering
1 parent 915785f commit 18c673c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

openapi/components/parameters.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -315,13 +315,6 @@ groupByDuration:
315315
schema:
316316
type: string
317317
example: days
318-
groupShortCodeAndDiscriminator:
319-
name: groupShortCodeAndDiscriminator
320-
description: Must be a valid group short code and discriminator.
321-
required: true
322-
in: path
323-
schema:
324-
$ref: ./schemas/GroupShortCodeAndDiscriminator.yaml
325318
groupGalleryId:
326319
name: groupGalleryId
327320
description: Must be a valid group gallery ID.
@@ -371,6 +364,13 @@ groupRoleId:
371364
in: path
372365
schema:
373366
$ref: ./schemas/GroupRoleID.yaml
367+
groupShortCodeAndDiscriminator:
368+
name: groupShortCodeAndDiscriminator
369+
description: Must be a valid group short code and discriminator.
370+
required: true
371+
in: path
372+
schema:
373+
$ref: ./schemas/GroupShortCodeAndDiscriminator.yaml
374374
hydrate:
375375
name: hydrate
376376
description: Populates some fields and changes types of others for certain objects.

0 commit comments

Comments
 (0)