API mock details tab
API mock details tab shows the following information as shown in below snapshot:
- URL
Provide API mock URL without query parameters. Define query parameters in Request tab.
Note: URL allowed path parameters as variables. Once a mock request is received by mock server, mock server will set the values of all the variables configured in request, you may use those variables in setting the response of this API mock. - Description
Provide API mock description here to help another team member to understand this API mock. - Method
Provide request method to use for the API mock. - Version
Provide version information for the API mock. Versions can be configured in Project Configuration tab. - Tags
Associate tags to mange API mocks. Existing tags can be deleted from Project Configuration tab. - Wait for seconds
Provide value for this attribute if you want to introduce delay in the response of the API mock.