Zum Hauptinhalt springen

Update a Registry

PATCH /v2/registries/{registryId}/
v2
PATCH
container-update-registry

Request

  • registryIdstring (uuid)
    required

    ID of the Registry to be updated.

Responses

Kein Request-Inhalt spezifiziert.

Usage examples

$ curl \
--fail \
--location \
-X PATCH \
-d '{"credentials":null,"description":"DockerHub","uri":"index.docker.io"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/registries/f0f86186-0a5a-45b2-aa33-502777496347