Skip to content

Update Test

PUT
/tests/{id}
curl --request PUT \
--url https://api.testzilla.ai/v1/tests/example \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{}'
id
required
string

Id identifier

Media type application/json

Request body (schema to be documented).

object
Example generated
{}

Success

Media type application/json
object
Example generated
{}

Unauthorized (missing/invalid API key or token)

Not found