[bisq-network/bisq] Update api beta test guide: add 'editoffer' (#5577)

Stan notifications at github.com
Tue Jul 13 15:34:33 CEST 2021


@ghubstan commented on this pull request.



> +- Change a fixed price offer to a market price margin based offer.
+- Change a fixed price offer's fixed price.
+
+_Note: the API does not support editing an offer's payment account._
+
+The subsections below contain examples related to specific use cases.
+
+#### Enable and Disable Offer
+
+Existing offers you create can be disabled (removed from offer book) and re-enabled (re-published to offer book).
+
+To disable an offer:
+```
+./bisq-cli --password=xyz --port=9998 editoffer \
+    --offer-id=83e8b2e2-51b6-4f39-a748-3ebd29c22aea \
+    --enabled=false

Fixed in commit a4278a4147c78ae7e4350058457af59a0083c9de.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5577#discussion_r668768806
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210713/8752186c/attachment.htm>


More information about the bisq-github mailing list