Skip to main content

Update the paths of an Ingress

PATCH /v2/ingresses/{ingressId}/paths/
v2
PATCH
ingress-update-ingress-paths

Request

  • ingressIdstring (uuid)
    required

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X PATCH \
-d '[{"path":"string","target":{"directory":"string"}}]' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/ingresses/f0f86186-0a5a-45b2-aa33-502777496347/paths