Tests
Update Test
Update an existing Test, specified by ID
PATCH
Update an existing test, specified by ID. You can modify details such as name, rate, servers, users, host_id, region, and locustfile to adjust your load testing configuration.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of test to update
Body
application/json
Test data to update
The body is of type object
.
Response
200
application/json
Test update response
The response is of type object
.