PATCH
/
waap
/
v1
/
domains
/
{domain_id}
/
api-paths
/
{path_id}
curl --request PATCH \
  --url https://api.gcore.com/waap/v1/domains/{domain_id}/api-paths/{path_id} \
  --header 'APIKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "path": "/api/v1/paths/{path_id}",
  "tags": [
    "sensitivedataurl",
    "highriskurl"
  ],
  "api_groups": [
    "accounts",
    "internal"
  ],
  "status": "CONFIRMED_API"
}'
This response does not have an example.

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

domain_id
integer
required

The domain ID

path_id
string
required

The path ID

Body

application/json

Request model for updating an API path

Response

204

Successful Response