Skip to content

Commit 8cb66e9

Browse files
committed
feat(openapi): describe 'latest' param in /signers/registered
1 parent 6ae8a5e commit 8cb66e9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

openapi.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,12 @@ paths:
479479
description: Cardano Epoch at which the signer registrations are registered
480480
required: true
481481
schema:
482-
type: integer
483-
format: int64
484-
examples: 419
482+
oneOf:
483+
- description: Use the latest epoch
484+
const: "latest"
485+
- type: integer
486+
format: int64
487+
examples: 419
485488
responses:
486489
"200":
487490
description: Registered Signers found

0 commit comments

Comments
 (0)