<p></p>
<p><b>@ghubstan</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5577#discussion_r668768806">apitest/docs/api-beta-test-guide.md</a>:</p>
<pre style='color:#555'>> +- 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
</pre>
<p>Fixed in commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/bisq-network/bisq/commit/a4278a4147c78ae7e4350058457af59a0083c9de/hovercard" href="https://github.com/bisq-network/bisq/commit/a4278a4147c78ae7e4350058457af59a0083c9de"><tt>a4278a4</tt></a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/5577#discussion_r668768806">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRY6KSIIXKNMF3MHDDTXQ6GTANCNFSM467GN7PA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNR2U5VO5A6CYLMBXCLTXQ6GTA5CNFSM467GN7PKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOFIEGUEQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/5577#discussion_r668768806",
"url": "https://github.com/bisq-network/bisq/pull/5577#discussion_r668768806",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>