Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix openapi.yaml for /wallet/updateChangeAddress #2199

Open
kushti opened this issue Mar 5, 2025 · 0 comments · Fixed by #2201
Open

Fix openapi.yaml for /wallet/updateChangeAddress #2199

kushti opened this issue Mar 5, 2025 · 0 comments · Fixed by #2201
Assignees

Comments

@kushti
Copy link
Member

kushti commented Mar 5, 2025

it should be {"address": "..."} json, not just pk, e.g.

curl -X 'POST' \
  'http://127.0.0.1:9053/wallet/updateChangeAddress' \
  -H 'accept: application/json' \
  -H 'api_key: hello' \
  -H 'Content-Type: application/json' \
  -d '{
"address":"9fPRvaMYzBPotu6NGvZn4A6N4J2jDmRGs4Zwc9UhFFeSXgRJ8pS"
}'
@ccellado ccellado self-assigned this Mar 13, 2025
kushti added a commit that referenced this issue Mar 13, 2025
…t_address

Fix openapi.yaml for /wallet/updateChangeAddress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants