v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0172165343.2 KB
Idempotency

Idempotency Start

Start an idempotent request

post/api/v1.idempotency.start

Request body

namespacestring nullable
keystring required
lock_period_msinteger required

How long to hold the lock on start before releasing it.

Example request

{
  "namespace": "some_namespace",
  "key": "some_key"
}

Response

OR
OR