cURL
curl --request PATCH \ --url https://api.mobileboost.io/tests \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "organisationId": "<string>", "testId": "<string>", "commands": [ "<string>" ] } '
Update the commands of an existing test case.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response