mirror of
https://github.com/OliveTin/OliveTin
synced 2026-08-25 03:56:33 +00:00
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>
13 lines
481 B
Plaintext
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[]
|