Skip to content

Commit ab918d7

Browse files
docs: added examples for stacking rewards APIs (#1254)
1 parent a4f5dd3 commit ab918d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,7 @@ paths:
781781
in: path
782782
description: Reward slot holder recipient address. Should either be in the native burnchain's format (e.g. B58 for Bitcoin), or if a STX principal address is provided it will be encoded as into the equivalent burnchain format
783783
required: true
784+
example: 36hQtSEXBMevo5chpxhfAGiCTSC34QKgda
784785
schema:
785786
type: string
786787
- name: limit
@@ -850,6 +851,7 @@ paths:
850851
in: path
851852
description: Reward recipient address. Should either be in the native burnchain's format (e.g. B58 for Bitcoin), or if a STX principal address is provided it will be encoded as into the equivalent burnchain format
852853
required: true
854+
example: 36hQtSEXBMevo5chpxhfAGiCTSC34QKgda
853855
schema:
854856
type: string
855857
- name: limit
@@ -886,6 +888,7 @@ paths:
886888
in: path
887889
description: Reward recipient address. Should either be in the native burnchain's format (e.g. B58 for Bitcoin), or if a STX principal address is provided it will be encoded as into the equivalent burnchain format
888890
required: true
891+
example: 36hQtSEXBMevo5chpxhfAGiCTSC34QKgda
889892
schema:
890893
type: string
891894
responses:

0 commit comments

Comments
 (0)