Optional requestFactory: EntityIntegrationConfigsApiRequestFactoryOptional responseProcessor: EntityIntegrationConfigsApiResponseProcessorPrivate configurationPrivate requestPrivate responseThe request object
Optional options: ConfigurationRetrieve the configuration currently stored for a given integration in the caller's organization.
The request object
Optional options: ConfigurationCreate or replace the configuration for a given integration in the caller's organization. The shape of data.attributes.config depends on the integration:
github: config must contain an enabled_repos array of objects with hostname, github_org_name, and repo_name.jira: config must contain an enabled_projects array of objects with hostname, account_id, and project_key.pagerduty: config must contain an accounts array of objects with a required enabled boolean and an optional subdomain string.The request object
Optional options: ConfigurationGenerated using TypeDoc
Delete the configuration stored for a given integration in the caller's organization.