Activate Exchange (READY -> ACTIVE) — atomic Grant creation

Atomically creates the Capability Grant (resolved from the Exchange's
references + the explicit capability field per OQ-4) and transitions
the Exchange to ACTIVE. The 1:1 Exchange-Grant invariant is enforced
at the DB layer via the UNIQUE constraint on grant_id. Predicate 4
(capability vs Asset.key_ops) is INFORMATIONAL in v1; authoritative
enforcement happens in core-api at crypto-operation time.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Exchange UUID

Body Params

Activate a READY Exchange (creates the Capability Grant atomically)

string
required
length ≥ 1
^(ENCRYPT|DECRYPT|SIGN|VERIFY)$

Cryptographic capability for the new Grant. Must be one of the 6 Core API operations.

int32
required

JPA @Version optimistic-lock discriminator

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*