Registries

Updates a Registry

Updates a Registry in the account for the given key

put/registry/{registry_ref}

Path parameters

registry_refstring required

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

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

Changes

Changed in 22 of the 50 revisions of this API.282548

    • removed the required property / from the response with the status

      response-required-property-removed

    • added the new optional request property /////

      new-optional-request-property

    • added the optional property ////// to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the required property / to the response with the status

      response-required-property-added

    • added the required property / to the response with the status

      response-required-property-added

    • the request property became required

      request-property-became-required

    • added the new optional request property /////

      new-optional-request-property

    • added the optional property ////// to the response with the status

      response-optional-property-added

  • 1793607b132711See the full diff
    • added the new required request property

      new-required-request-property

    • added the required property / to the response with the status

      response-required-property-added

    • added the new HUGGINGFACE enum value to the / response property for the response status

      response-property-enum-value-added

    • added the new HuggingFace enum value to the ////// response property for the response status

      response-property-enum-value-added

    • added the new HUGGINGFACE enum value to the request property

      request-property-enum-value-added

    • added the new HuggingFace enum value to the request property /////

      request-property-enum-value-added

  • 6df3d7ab7d5422See the full diff
    • added the new GO enum value to the / response property for the response status

      response-property-enum-value-added

    • added the new GoProxy enum value to the ////// response property for the response status

      response-property-enum-value-added

    • added the new GO enum value to the request property

      request-property-enum-value-added

    • added the new GoProxy enum value to the request property /////

      request-property-enum-value-added

    • added the new CARGO enum value to the / response property for the response status

      response-property-enum-value-added

    • added the new Crates enum value to the ////// response property for the response status

      response-property-enum-value-added

    • added the new CARGO enum value to the request property

      request-property-enum-value-added

    • added the new Crates enum value to the request property /////

      request-property-enum-value-added