Setting preferences of a specific endpoint

PUT /endpoints/preferences

Set preferences / custom instructions for test generation.

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <token>

Body

NameTypeDescription

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

null //the test preferences were saved to the database

Last updated