Skip to content

Update Project

PUT
/projects/{id}
curl --request PUT \
--url https://api.testzilla.ai/v1/projects/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