Update an arrangement
Updates an arrangement’s mutable fields. Omitted fields are left unchanged. A duplicate (participant, code, role) returns 409; an invalid role/code 422. RBAC: arrangements:write.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Owning participant id (UUID).
"0190b5a0-0000-7000-8000-0000000000aa"
Arrangement id (UUID).
"0190b5a0-0000-7000-8000-0000000000bb"
Body
Response
OK
Whether the arrangement is active.
true
Card-scheme arrangement code.
"VCC"
Creation timestamp (RFC3339 UTC).
"2026-06-15T07:50:00Z"
Arrangement id (UUID).
"0190b5a0-0000-7000-8000-0000000000bb"
Owning participant id (UUID).
"0190b5a0-0000-7000-8000-0000000000aa"
Participant role for this arrangement.
"ACQUIRER"
Last-update timestamp (RFC3339 UTC).
"2026-06-15T07:50:00Z"

