Skip to content

Commit

Permalink
feat(openapi): describe 'latest' param in /signers/registered
Browse files Browse the repository at this point in the history
  • Loading branch information
Alenar committed Oct 30, 2024
1 parent 6ae8a5e commit 8cb66e9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,12 @@ paths:
description: Cardano Epoch at which the signer registrations are registered
required: true
schema:
type: integer
format: int64
examples: 419
oneOf:
- description: Use the latest epoch
const: "latest"
- type: integer
format: int64
examples: 419
responses:
"200":
description: Registered Signers found
Expand Down

0 comments on commit 8cb66e9

Please sign in to comment.