Setting preferences of a specific endpoint
PUT
/endpoints/preferences
Set preferences / custom instructions for test generation.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
identifier
string
The node id that points to the specific endpoint you want to target tests for, ex : /server.py:search
project_id
number
Project id
preference
string
Test customisation / preferences that you'd like the system to adhere to.
Response
Response
Last updated