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
Query Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : integrations
Type: array
Integration Details
Show Source
Nested Schema : Integration
Type: object
Show Source
Back to Top

Response

204 Response

Successful operation

400 Response

Bad request, missing required data

500 Response

Server error
Back to Top