Skip to content

Commit

Permalink
Merge pull request #2381 from input-output-hk/KtorZ/fix-doc-quirk
Browse files Browse the repository at this point in the history
make 'role' and 'derivationPathSegment' required path parameters in the API spec.
  • Loading branch information
KtorZ authored Dec 9, 2020
2 parents d305732 + 0831e0e commit 8b34ca9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1960,6 +1960,7 @@ x-parametersAddressId: &parametersAddressId
x-parametersRole: &parametersRole
in: path
name: role
required: true
schema:
type: string
enum:
Expand All @@ -1971,6 +1972,7 @@ x-parametersRole: &parametersRole
x-parametersDerivationSegment: &parametersDerivationSegment
in: path
name: index
required: true
schema: *derivationSegment

x-parametersStartDate: &parametersStartDate
Expand Down

0 comments on commit 8b34ca9

Please sign in to comment.