Skip to content

Commit

Permalink
Add discussion of challenge/exchange lifetime.
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-smith committed Jun 4, 2024
1 parent cb6494c commit 869d918
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,11 @@ <h4>Get Workflow Configuration</h4>
<div class="api-detail"
data-api-endpoint="get /workflows/{localWorkflowId}"></div>
</section>

<p>
There is a `ttl` or time-to-live property associated with exchanges created using the /workflows/{localWorkflowId}/exchanges
endpoint. This impacts the lifetime of challenges associated with such an exchange: if a
challenge is bound to an exchange, the lifetime of that challenge is the `ttl` of the exchange.
</p>
<section>
<h4>Create Exchange</h4>
<p>
Expand Down

0 comments on commit 869d918

Please sign in to comment.