v106

OpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
Install

Validate install object-store configuration

Validates the browser-install object-store selection without persisting it. Requires the one-time install token.

post/install/object-store/test

Request body

provider'local' | 's3' required
rootstring
bucketstring
regionstring
credential_mode'runtime' | 'access_key'
access_key_idstring
secret_access_keystring

Response

Object-store configuration validated successfully

okboolean required

Example response

{
  "ok": true
}