Update a specific API path for a domain
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Request model for updating an API path
The updated API path. When updating the path, variables can be renamed, path parts can be converted to variables and vice versa.
1024"/api/v1/paths/{path_id}"
An array of tags associated with the API path
5A user defined tag. Tags must start with a letter and can contain only letters, numbers and spaces.
50["sensitivedataurl", "highriskurl"]An array of api groups associated with the API path
["accounts", "internal"]The status of the discovered API path
CONFIRMED_API, POTENTIAL_API, NOT_API, DELISTED_API Successful Response