Skip to content

Commit

Permalink
Merge pull request #165 from blockfrost/1000101/description
Browse files Browse the repository at this point in the history
fix: few minor description fixes
  • Loading branch information
vladimirvolek committed Nov 24, 2021
2 parents cdef1fb + dccebf2 commit 0d6ce0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5530,7 +5530,7 @@ components:
active_epoch:
type: integer
example: 210
description: Epoch that the delegation becomes active
description: Epoch in which the update becomes active
required:
- cert_index
- pool_id
Expand Down Expand Up @@ -5559,7 +5559,7 @@ components:
retiring_epoch:
type: integer
example: 216
description: Retiring epoch
description: Epoch in which the pool becomes retired
required:
- cert_index
- pool_id
Expand Down Expand Up @@ -6478,6 +6478,7 @@ components:
type: array
items:
type: string
description: Hash of the transaction including registration
example:
- "9f83e5484f543e05b52e99988272a31da373f3aab4c064c76db96643a355d9dc"
- "7ce3b8c433bf401a190d58c8c483d8e3564dfd29ae8633c8b1b3e6c814403e95"
Expand All @@ -6486,6 +6487,7 @@ components:
type: array
items:
type: string
description: Hash of the transaction including retirement
example: "252f622976d39e646815db75a77289cf16df4ad2b287dd8e3a889ce14c13d1a8"
required:
- pool_id
Expand Down

0 comments on commit 0d6ce0d

Please sign in to comment.