v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBOperations blocks
Update operation block
NOTE: This v2 endpoint serves as a replacement for the v1 version.
Updates operation block properties.<br> You can use allowed_operations to allow certain financial transactions.
patch/corporate/v2/operations-blocks/{operationsBlockId}
Path parameters
operationsBlockIdstring uuid required
Operations block ID
Request body
Example request
{
"description": "FDIC operations block",
"allowed_operations": [
"EARMARK_CREATE"
]
}Response
OK
Example response
{
"block_id": "e4adf199-c925-4d11-b002-c5bfd5679030",
"description": "FDIC operations block",
"status": "ACTIVE",
"created_at": "2024-12-16T06:50:08.83861056Z",
"division_code": "US",
"program_id": 1010,
"allowed_operations": [
"EARMARK_CREATE"
],
"updated_at": "2024-12-17T07:50:08.83861056Z"
}