v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Integrations

Moves the integration in the application before another integration or at the end of the application if no before integration is given. The integrations must belong to the same application.

patch/api/integration/{integration_id}/move/

Path parameters

integration_idinteger required

The id of the integration to move

Headers

ClientSessionIdstring uuid

An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.

Request body

before_idinteger nullable

If provided, the integration is moved before the integration with this Id. Otherwise the integration is placed at the end of the page.

Response

OR
OR
OR