Create System Account
Creates a system account. Returns a 409 if a system account with the same name already exists.
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.81
- ▲
the request property
konnect_managedbecame not nullablerequest-property-became-not-nullable
- ▲
- ▲
the response property
descriptionbecame nullable for the status201response-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 status201response-property-became-nullable
- ▲
the response property
namebecame nullable for the status201response-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
konnect_managedbecame 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
- ▲