OUTCOME · Planned · Revise and reconcile
What changes
None today: this route is not executable. Its intended behavior is: updates only the allowlisted barrier fields and version accepted by the authoritative owner; it grants no adjacent authority.
v2Programmable barriers
/api/v2/barriers/{barrier_uuid}This page describes intended capability and integration boundaries so people and agents can prepare safely. Do not send this request or register it as an executable tool. Wait until the capability registry marks it implemented-contract, then re-fetch the deployed OpenAPI document and build the request from that machine contract.
PURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Do not call or register this operation as an executable agent tool yet. Use this page to plan the future barrier workflow; enable it only after the status becomes implemented-contract and the exact operation appears in deployed OpenAPI.
OUTCOME · Planned · Revise and reconcile
None today: this route is not executable. Its intended behavior is: updates only the allowlisted barrier fields and version accepted by the authoritative owner; it grants no adjacent authority.
WHY IT MATTERS
ISOLATION + AUTHORITY
Issuer, owner, product definition, underlying, price source, observation schedule, validation, activation, position, trigger, valuation, cancellation, closeout, wallet, and settlement remain distinct. No barrier record grants order, matching, publisher, custody, or trading authority, and current trading controls remain frozen. This planning record grants no runtime authority, and only deployed OpenAPI can define an executable public contract.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
This operation is a non-executable planning contract. Its capability-registry record defines the intended owner, parameters, responses, and integration boundary until an implemented Rust OpenAPI operation replaces it.
EXTENDED INTEGRATION GUIDANCE
The request body is intentionally an outline; no client should generate or send it until an owner schema is published in OpenAPI.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing barriers:write authority.EXAMPLEBearer hc_live_…
Idempotency-KeyheaderRequiredASCII string · 1–128Caller-generated stable key reused for retries of the same logical mutation.EXAMPLEpatch-api-v2-barriers-barrier-uuid-request-001
barrier_uuidpathRequiredidentifierCanonical barrier uuid.EXAMPLEbarrier-uuid-01
requestbodyRequiredobjectPlanning outline only for update barrier. The exact fields are intentionally unspecified until the owner schema is implemented and published in OpenAPI.EXAMPLE[object Object]
REQUEST
{
"request": {}
}RESPONSES
{
"result": "See the operation's authoritative OpenAPI response schema."
}{
"code": "request_failed",
"message": "Bearer credential is missing, expired, or invalid."
}request_failed{
"code": "request_failed",
"message": "The principal lacks the required scope, role, tenant, or step-up authority."
}request_failed{
"code": "request_failed",
"message": "Path, query, or body validation failed."
}request_failed{
"code": "request_failed",
"message": "The authoritative service or read model is unavailable."
}request_failedOPERATIONAL NOTES
This planned contract now defines its public parameters, authorization boundary, replay behavior, responses, and authoritative owner. It remains non-executable until its owner adapter and conformance tests are promoted into the Rust gateway.
Return to the V2 directory ↗