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 '
{
  "testId": "<string>",
  "commands": [
    "<string>"
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.mobileboost.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

application/json
testId
string
required
commands
string[]
required

Response

200 - application/json

Successful response