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.
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
}Changes
Changed in 2 of the 75 revisions of this API.92
- ▲
the request property
descriptionbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
namebecame not nullablerequest-property-became-not-nullable
- ▲
- ▲
the response property
descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
detailbecame nullable for the status403response-property-became-nullable
- ▲
the response property
instancebecame nullable for the status403response-property-became-nullable
- ▲
the response property
konnect_managedbecame nullable for the status200response-property-became-nullable
- ▲
the response property
namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
statusbecame nullable for the status403response-property-became-nullable
- ▲
the response property
titlebecame nullable for the status403response-property-became-nullable
- ○
the request property
descriptionbecame nullablerequest-property-became-nullable
- ○
the request property
namebecame nullablerequest-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲