Automette docs

Update a Dynamic URL

PATCH
/api/v1/dynamic_urls/{id}

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Path Parameters

id*string

Request Body

application/json

Response Body

curl -X PATCH "https://example.com/api/v1/dynamic_urls/string" \  -H "Content-Type: application/json" \  -d '{    "status": "disabled",    "max_renders": 5000,    "cache_ttl": 3600  }'
Empty