Update Counterparty details. There are limits to what can be updated once the counterparty has been approved for use.
Authorization | string OAuth bearer token (see authentication flows) |
x-l2f-request-id | string Optional Unique ID per request, useful for fault resolution/diagnosis and audit. |
x-l2f-idempotency-id | string Unique ID used to safely retry an operation. See idempotency section for more details. |
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "updates": [
- {
- "field": "string",
- "value": "string"
}
], - "updated_by": "string",
- "reason": "string"
}
{- "data": {
- "id": "string"
}
}