Skip to main content

Validate a Registries' URI

POST/v2/actions/validate-container-registry-uri/
API version
v2
Request method
POST
Operation ID
deprecated-container-validate-container-registry-uri

Deprecated. Container registry URI validation is performed automatically during resource creation; this endpoint is no longer necessary. This endpoint will be removed in a future version.

Request

Responses

Format
application/json
Description

OK

  • reasonstring
  • validboolean
    required

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"registryUri":"string"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/actions/validate-container-registry-uri