v1

latestOpenAPI 3.1.02026-07-2683111282.3 KB
Project Operations

Rebase a developer project

Rebases a developer project. This operation runs ansynchronously and rebases the channels. Rebase operation checks whether the upstream channel has changes which are not part of the project. Then it pulls the latest changes from the upstream channel and pushes them to the project. The result of the operation could be seen by calling the GET endpoint.

post/{project_id}:rebase

Path parameters

project_idstring required

the identifier of the project to be rebased

Response

Accepted