2025-05-08#
Introducing Roles for managing permissions for user.Modified Endpoints#
POST /be/v1/user
Now supports creation of user with roles. It still supports the creation of machine user.Added Endpoints#
2025-04-24#
Modified Endpoints#
PATCH /be/v1/tasks
Added the ability to expire upload tasks by using the optional body parameter expire
.Removed Endpoints#
POST /adm/v1/initialize
From now on the initialization will be invoked automatically by the service and there is no need to invoke it manually anymore.
2025-03-11#
Modified Endpoints#
POST /be/v1/apps
Removed body parameter needed only for Rockit-Streaminstaller. Removed parameters are:exePath
and shortcut
.PAT /be/v1/apps
Removed body parameter needed only for Rockit-Streaminstaller. Removed parameters are:exePath
and shortcut
.2025-02-19#
Modified Endpoints#
POST /be/v1/deployments
Updated behavior: Import requests (POST /builds
) now always publish on a depot. If an app is registered with a deployment, it will also be deployed there.GET /be/v1/apps
Updated error state handling: If an app deployment fails, it will now be marked as error instead of remaining in processing.
Added error query parameter to filter apps in an error state.PATCH /be/v1/deployments
Updated deployment credential handling: If credentials were incorrect, updating them now allows Retry Task to reattempt failed tasks.GET /be/v1/tasks
Introduced detailed failure indicators for debugging import errors.
If an import fails due to an incorrect URL, wrong sizeBytes, or an invalid tarball, you can now inspect GET /tasks/{taskId}
for potential exceptions and errors.Added Endpoints#
2025-01-15#
Modified Endpoints#
GET /be/v1/apps
Introduced pagination with offset
and limit
query parameters. Added support for filtering via name
, processing
, and exporting
query parameters. Sorting is now supported via the order
query parameter. Order supports sorting by the following fields: name
, label
, created
, updated
GET /be/v1/apps/{APP_NAME}
Supports query parameter fields to selectively retrieve specific fields of an app. The available fields are:name
, label
, iCurBuild
, maxBuilds
, processing
, exporting
, sizeBytes
, created
, updated
, deployed
, dxfName
, files
, shortcut
, appDataPath
, execPath
, nKeys
, nTraces
GET /be/v1/tasks
Introduced pagination with offset
and limit
query parameters. Added support for filtering via the following query parameters: appName
, taskTypes
, status
, created
, order
Added Endpoints#
GET /be/v1/deployments
New Endpoint introduced with pagination (offset
and limit
query parameters). Support for filtering via error
query parameter. Sorting is supported via the order
query parameter. Order supports the field name
.Modified at 2025-05-08 12:11:41