Python
API Discovery
Update an API path
Update a specific API path for a domain
PATCH
Python
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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 string length:
1024Example:
"/api/v1/paths/{path_id}"
Maximum array length:
5A user defined tag. Tags must start with a letter and can contain only letters, numbers and spaces.
Maximum string length:
50Pattern:
^[a-zA-Z]+[ a-zA-Z0-9]*$Example:
["sensitivedataurl", "highriskurl"]Example:
["accounts", "internal"]The different statuses an API path can have
Available options:
CONFIRMED_API, POTENTIAL_API, NOT_API, DELISTED_API Response
Successful Response