SetDepotConfig
Update the depot configuration with new mode, URL, or credentials
PUT
/api/v1/lifecycle/depot/configOperation ID
SetDepotConfigSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
configObjectRequiredConfiguration data as key-value pairs
modeStringDepot access mode: "online" for upstream, "dir" for local directory
Example: online
tokenStringBearer token for authenticating with the upstream depot (masked in responses)
Example: ****
baseUrlStringBase URL of the upstream depot service
Example: https://depot.example.com
channelStringOptional channel filter for package listing
Example: stable
localDirStringLocal directory path when mode is "dir"
Example: /opt/depot/packages
httpProxyStringOptional HTTP proxy URL for depot access
Example: http://proxy.example.com:3128
