Generating a test plan
GET
/test/plan
Get the test plan of a specific node in the parsed codebase.
Headers
Name | Value |
---|---|
Authorization |
|
Query Params
Name | Type | Description |
---|---|---|
| number | The project id generated during parsing of the code |
| string | The node id that points to the specific endpoint you want to get test plan for, ex : |
Response
Last updated