Copy an Integration in a Project
post
/ic/api/integration/v1/projects/{projectId}/integrations/copy
Copies an integration into a project. The integration to copy can be either in a different project (as long as it is marked as globally available) or outside of any project. The request body must include the integration's code and version. If the integration belongs to another project, the projectCode field in the request body should specify the project's code.
Request
Path Parameters
-
projectId(required): string
Project identifier
Query Parameters
-
integrationInstance(required): string
This is the name of the service instance. You can get this value from the About page where it is specified in the Service instance field.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
integrations: array
integrations
Integration Details
-
project-code: string
Project Identifier
Nested Schema : Integration
Type:
Show Source
object
-
code: string
Integration Code
-
name: string
Integration Name
-
status: string
Integration Status
-
type: string
Integration Type
-
version: string
Integration Version
Response
204 Response
Successful operation
400 Response
Bad request, missing required data
500 Response
Server error