Update IntegrationConfig
Update the integration configuration for the given UUID.
This endpoint allows you to update the configuration of a specific integration within your organization. It is used to modify settings or parameters of an existing integration.
Authorizations
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
Path Parameters
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
The UUID of the IntegrationConfig. This ID identifies which specific integration configuration you wish to update.
Body
Specifies the type of entity for which the integration configuration is being updated. Must be a valid alphanumeric string.
1^[a-zA-Z0-9_-]*$"Bill"
Denotes the integration destination. This field identifies the target platform or service for the integration.
1^[a-zA-Z0-9_-]*$"Stripe"
The version number of the entity:
- Create entity: Not valid for initial insertion of new entity - do not use for Create. On initial Create, version is set at 1 and listed in the response.
- Update Entity: On Update, version is required and must match the existing version because a check is performed to ensure sequential versioning is preserved. Version is incremented by 1 and listed in the response.
The unique identifier (UUID) of the entity. This field is used to specify which entity's integration configuration you're updating.
"00000000-0000-0000-0000-000000000000"
The unique identifier (UUID) for the integration destination.
"00000000-0000-0000-0000-000000000000"
A flexible object to include any additional configuration data specific to the integration.
Base model for defining integration credentials across different types of integrations.
"00000000-0000-0000-0000-000000000000"
"My Integration"
Response
Returns the IntegrationConfig
Response containing a IntegrationConfigResponse entity.
The UUID of the entity.
The type of entity the integration is for (e.g. Bill).
1"Bill"
The type of destination (e.g. Netsuite, webhooks).
1"Stripe"
The version number:
- Create: On initial Create to insert a new entity, the version is set at 1 in the response.
- Update: On successful Update, the version is incremented by 1 in the response.
The DateTime when this item was created (in ISO-8601 format).
The DateTime when this item was last modified (in ISO-8601 format).
The ID of the user who created this item.
The ID of the user who last modified this item.
The unique identifier (UUID) of the entity this integration is for (e.g. the ID of a notification configuration. Optional.)
"00000000-0000-0000-0000-000000000000"
The unique identifier (UUID) of the entity the integration is for.
"00000000-0000-0000-0000-000000000000"
The configuration data for the integration.
A flag indicating whether the integration configuration is authorized.
- TRUE - authorized.
- FALSE - not authorized.
A flag indicating whether the integration configuration is currently enabled or disabled.
- TRUE - enabled.
- FALSE - disabled.
Specifies the type of trigger for the integration.
EVENT, SCHEDULE UUID of the credentials to use for this integration
"00000000-0000-0000-0000-000000000000"
The name of the configuration
"My Integration"