System Accounts
Update System Account
Updates the specified system account. Returns a 409 if the updated name is the same as another system account in the organization.
patch/v3/system-accounts/{accountId}
Request body
Response
A response including a single system account.
Example response
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Example System Account",
"description": "This is a sample system account description.",
"created_at": "2022-08-24T14:15:22Z",
"updated_at": "2022-10-05T10:33:49Z",
"konnect_managed": false
}