Skip to content

Commit

Permalink
Add map property in request params
Browse files Browse the repository at this point in the history
  • Loading branch information
agilob committed Aug 14, 2021
1 parent 55ff5a0 commit 346da75
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,14 @@ paths:
type: array
items:
type: string
- name: language
in: query
required: false
schema:
type: object
additionalProperties:
type: string
format: string
responses:
"200":
description: Success
Expand Down

0 comments on commit 346da75

Please sign in to comment.