Skip to content

Commit

Permalink
Merge pull request #371 from luminem/async-action-clarifications
Browse files Browse the repository at this point in the history
Async action clarifications
  • Loading branch information
mlagally authored Mar 8, 2023
2 parents 439d590 + 2b3f6eb commit d1f6d5c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,7 @@ <h3 id="error-responses">Errors</h3>
<li><code>403 Forbidden</code></li>
<li><code>404 Not Found</code></li>
<li><code>500 Internal Server Error</code></li>
<li><code>503 Service Unavailable</code></li>
</ul>
</div>
<p>
Expand Down Expand Up @@ -1670,7 +1671,18 @@ <h6 id="async-action-response">Asynchronous Action Response</h6>
"timeRequested": "2021-11-10T11:43:19.135Z"
}
</pre>
</section>
<div class="rfc2119-assertion" id="http-basic-profile-protocol-binding-invokeaction-22">
<p>
In resource constrained environments, the ActionStatus objects of older completed/failed actions MAY be deleted to make room for newly invoked actions.
</p>
</div>
<div class="rfc2119-assertion" id="http-basic-profile-protocol-binding-invokeaction-23">
<p>
A Web Thing SHOULD return a <code>503</code> error response if the invocation cannot be accepted because the action is unavailable,
e.g. because the Thing is overloaded.
</p>
</div>
</section>

<section id="http-basic-profile-protocol-binding-queryaction">
<h5><code>queryaction</code></h5>
Expand Down

0 comments on commit d1f6d5c

Please sign in to comment.