Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Body
application/json
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.
Maximum length:
1024
Examples:
"/api/v1/paths/{path_id}"
An array of tags associated with the API path
Maximum length:
5
A user defined tag. Tags must start with a letter and can contain only letters, numbers and spaces.
Examples:
["sensitivedataurl", "highriskurl"]
An array of api groups associated with the API path
Examples:
["accounts", "internal"]
The status of the discovered API path The different statuses an API path can have
Available options:
CONFIRMED_API
, POTENTIAL_API
, NOT_API
, DELISTED_API
Response
Successful Response