2025-11-04#
Fixes in API documentation
2025-10-15#
Backend and frontend users have been combined. There are only instance-wide cross-organization ROCKITPLAY users now. Hence, the resource beUsers is now referred to as users. This affects most /be/v1//roles endpoints.
Users are invited by email when created (POST /adm/v1/orgs or POST /be/v1/users). Passwords are now entirely controlled by the users and not by the ROCKITPLAY organization admin anymore.
Invitation emails can be re-send using PATCH /be/v1/users with {sendInvitation:true}
User's can trigger a password reset using the new endpoint POST /be/v1/resetpw.
2025-05-08#
Introducing Roles for managing permissions for user.Modified Endpoints#
added information about supported AWS S3 origins
added information about request header parameters hostname, location, bucket, and prefix for AWS S3
POST /be/v1/subscriptionsadded events end and exception
Added Endpoints#
List available access keys
Returns current training statistics information
2025-05-08#
Introducing Roles for managing permissions for user.Modified Endpoints#
POST /be/v1/users
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, updatedGET /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, nTracesGET /be/v1/tasks
Introduced pagination with offset and limit query parameters. Added support for filtering via the following query parameters: appName, taskTypes, status, created, orderAdded 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-11-09 20:35:37