Skip to content

Commit

Permalink
Change: Ditch enum and add example
Browse files Browse the repository at this point in the history
  • Loading branch information
jacegu committed Feb 1, 2024
1 parent cfab17a commit 1de58d1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions content/v2/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3091,13 +3091,7 @@ components:
required: false
schema:
type: string
enum:
- 'date:asc'
- 'date:desc'
- 'volume:asc'
- 'volume:desc'
- 'zone_name:asc'
- 'zone_name:desc'
example: 'volume:desc,zone_name:asc'
SortDomains:
description: Sort results. Default sorting is ascending by name.
name: sort
Expand Down

0 comments on commit 1de58d1

Please sign in to comment.