Enable IntegrationConfig
Enables a previously disabled integration configuration, allowing it to be operational again.
Path parameters
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
UUID of the integration configuration
Response
Returns the IntegrationConfig
Example response
{
"entityType": "Bill",
"entityId": "00000000-0000-0000-0000-000000000000",
"destination": "Stripe",
"destinationId": "00000000-0000-0000-0000-000000000000",
"integrationCredentialsId": "00000000-0000-0000-0000-000000000000",
"name": "My Integration"
}Changes
Changed in 2 of the 10 revisions of this API.4
- ▲
removed the required property
allOf[subschema #3]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #3]/versionfrom the response with the200statusresponse-required-property-removed
- ▲
- ▲
the response property
allOf[AbstractResponseWithAuditFields]/allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[AbstractResponse]/versionbecame optional for the status200response-property-became-optional
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲