API: Allow to simulate check-ins (#6360)

* API: Allow to simulate check-ins

* Add missing file
This commit is contained in:
Raphael Michel
2026-08-07 18:59:01 +02:00
committed by GitHub
parent 4a28689690
commit d08216d8c5
7 changed files with 87 additions and 3 deletions
+2
View File
@@ -71,6 +71,8 @@ Checking a ticket in
:>json object questions: List of questions to be answered for check-in, only set on status ``"incomplete"``.
:>json object media_policy: Reusable media policy (see documentation on items), only set on status ``"exchange"``.
:>json object media_type: Reusable media type (see documentation on items), only set on status ``"exchange"``.
:>json boolean simulate: Do not actually perform the check-in, only simulate the response. The ``position`` response
object will not reflect the simulated changes.
**Example request**: