Skip to main content
PUT
Actualizar un arreglo

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

id
string
requerido

Owning participant id (UUID).

Ejemplo:

"0190b5a0-0000-7000-8000-0000000000aa"

arrangementId
string
requerido

Arrangement id (UUID).

Ejemplo:

"0190b5a0-0000-7000-8000-0000000000bb"

Cuerpo

application/json
active
boolean | null

Whether the arrangement is active. Nil leaves it unchanged.

Ejemplo:

true

code
string

Card-scheme arrangement code. Omitted leaves it unchanged.

Ejemplo:

"VCC"

role
string

Participant role for this arrangement. Omitted leaves it unchanged.

Ejemplo:

"ACQUIRER"

Respuesta

OK

active
boolean
requerido

Whether the arrangement is active.

Ejemplo:

true

code
string
requerido

Card-scheme arrangement code.

Ejemplo:

"VCC"

createdAt
string<date-time>
requerido

Creation timestamp (RFC3339 UTC).

Ejemplo:

"2026-06-15T07:50:00Z"

id
string
requerido

Arrangement id (UUID).

Ejemplo:

"0190b5a0-0000-7000-8000-0000000000bb"

participantId
string
requerido

Owning participant id (UUID).

Ejemplo:

"0190b5a0-0000-7000-8000-0000000000aa"

role
string
requerido

Participant role for this arrangement.

Ejemplo:

"ACQUIRER"

updatedAt
string<date-time>
requerido

Last-update timestamp (RFC3339 UTC).

Ejemplo:

"2026-06-15T07:50:00Z"