Create delivery configuration

POST
/api/v2/integration-capabilities/featureStore/:projectKey/:environmentKey/:integrationKey

Create a delivery configuration.

Path parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

integrationKeystringRequired

The integration key

Request

This endpoint expects an object.
configmap from strings to anyRequired

The global integration settings, as specified by the formVariables in the manifest.json for this integration.

onbooleanOptional

Whether the integration configuration is active. Default value is false.

tagslist of stringsOptional

Tags to associate with the integration

namestringOptional

Name to identify the integration

Response

Integration delivery configuration response

_idstring

The integration ID

integrationKeystring

The integration key

projectKeystring

The project key

environmentKeystring

The environment key

configmap from strings to any

The delivery configuration for the given integration provider. Only included when requesting a single integration by ID. Refer to the formVariables field in the corresponding manifest.json for a full list of fields for each integration.

onboolean

Whether the configuration is turned on

tagslist of strings

List of tags for this configuration

namestring

Name of the configuration

versioninteger

Version of the current configuration

_accessobjectOptional

Details on the allowed and denied actions for this configuration

Errors

Built with