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
Path Parameters
The domain ID
Required range:
x > 0
The path ID
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}"
Maximum length:
5
A user defined tag. Tags must start with a letter and can contain only letters, numbers and spaces.
Examples:
["sensitivedataurl", "highriskurl"]
Examples:
["accounts", "internal"]
The different statuses an API path can have
Available options:
CONFIRMED_API
, POTENTIAL_API
, NOT_API
, DELISTED_API
Response
Successful Response