v1

latestOpenAPI 3.0.02026-07-174784102.8 KB
Registries

Create Registry.

Create a Registry.

post/registry

Query parameters

space_refstring required

Unique path identifier for the final space in the branch (required for registry creation). The value can be provided either as a fully URL-encoded path (e.g., organization%2Fproject) or as a plain path ending with a trailing plus sign (+) as separator (e.g., organization/project/+).

Request body

identifierstring required
packageType'DOCKER' | 'MAVEN' | 'PYTHON' | 'GENERIC' | 'HELM' | 'NUGET' | 'NPM' | 'RPM' | 'CARGO' | 'GO' | 'HUGGINGFACE' required

refers to package

descriptionstring
allowedPatternstring[]
blockedPatternstring[]
labelsstring[]
parentRefstring required
isPublicboolean required

Response

response for create, get and update registry

status'SUCCESS' | 'FAILURE' | 'ERROR' required

Indicates if the request was successful or not