Designing APIs
How do I use variables in the path?
In Apidog, the variable part of the path is usually defined as a path parameter. For example, if you enter {petId}, you can see the path parameter bel...
Can I use a response component as the default response?
No, response components are intended for generic error responses like 400, 404, and similar status codes. If you need to use a fixed default response,...
How to check who has modified an endpoint?
You can click on 'change history' in the upper right corner of the endpoint to view every past modification record.
How can I bulk delete endpoint folders in Apidog?
Currently, there is no option for bulk deleting folders. Each directory must be deleted individually.
How can I bulk add/remove prefixes to the path of endpoints?
It is not possible to process path changes through bulk operations. You can export the file in Apidog format from settings, perform text-based batch f...
How to move a Property's level in the Schema Editor?
Currently, there is no direct drag-and-drop feature to move a property's level. A convenient workaround is to switch to the Json Schema tab, copy ...
If a string property has multiple enumerated values and is used in various locations, how can this enum be consistently referenced throughout?
You can define this property as a standalone schema consisting of a single property, enabling it to be consistently referenced across different parts ...
How to get Apidog resource folder ID?
Click on the folder, open the Folder Settings page, you can find the Folder ID
![](https://api.apidog.com/api/v1/projects/544525/resources/350278/i...
How do I get the resource floder ID of Apidog?
Click on the floder to open the floder settings page, and you can find the floder ID
![image.png](https://api.apidog.com/api/v1/projects/544525/resou...
How do I use variables in a URL path?
In Apidog, the variable part of a path is usually defined as a path parameter. For example, if you type {petId}, you can see the Path parameter below....
What should I do if an endpoint, document, or test scenario is accidentally deleted?
Apidog supports the recycle bin function, which allows you to easily restore accidentally deleted APIs, floders, schemas, test scenarios, and other re...
Does Apidog support request code for custom endpoints?
Apidog supports customizing sample code in the endpoint. You can do this by following these steps:
Go to Project Settings -> Function Settings -&g...