Skip to main content
PATCH
/
tests
Update test
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>"
  ]
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
organisationId
string
required
testId
string
required
commands
string[]
required

Response

200 - application/json

Successful response