API Discovery
Update an API path
Update a specific API path for a domain
patch/waap/v1/domains/{domain_id}/api-paths/{path_id}
Path parameters
domain_idinteger required
The domain ID
The domain ID
path_idstring uuid required
The path ID
Request body
Example request
{
"path": "/api/v1/paths/{path_id}",
"tags": [
"sensitivedataurl",
"highriskurl"
],
"api_groups": [
"accounts",
"internal"
]
}Response
Successful Response