Files
OliveTin/docs/modules/ROOT/pages/api/method_StartActionAndWait.adoc
jamesreadandCursor c132eacc00 docs: add Antora site sources under docs/ with CI smoke build
Move the docs.olivetin.app AsciiDoc component into this repository, add
local Antora playbooks for contributors and CI, and document the split
between this repo and the docs build repository.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-10 21:58:48 +01:00

13 lines
481 B
Plaintext

= API Method: StartActionAndWait
This method is useful is you are writing a script, and want to wait for the action to finish so that you can check the result, or get the output.
* **HTTP Method**: `POST`
* **Request Type**: OliveTin request object
* **Response Type**: Log Entry (waits for the action to finish)
There are several variants of this API call available which might be easier for scripts (or humans) to work with:
include::partial$api/start_action_methods.adoc[]