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

Async action clarifications #371

Merged
merged 3 commits into from
Mar 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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