Project update
PUT/project/:id
Update selected project
Request
Path Parameters
A unique project ID
- application/json
Body
Project ID
50a9f72f14db3be812000233
Project title
Project base URL
https://testomato.com
Period of test checking - false
means never check Test automatically.
Possible values: [5 minutes
, 30 minutes
, 1 hour
, 8 hours
, 1 day
, 7 days
, false
]
5 minutes
Uptime URL
Uptime period in seconds - false
means uptime is disabled
Possible values: [false
, 15
, 30
, 60
]
apiKey that can be used for the project operations
123456
Identification of the project owner.
Project check location
Possible values: [eu
, de
, gb
, ca
, us
, tx
, dc
, sg
, hk
]
true
Date and time of project creation
User agent
Testomatobot/1.0 (Linux x86_64; +https://www.testomato.com/testomatobot) minicrawler/5.2.2
Cumulated project timeout in seconds
3
Bulk request delay in miliseconds
50
Array of users ID's with access to the project
Project name was replaced by Project title
Responses
- 200
- 404
Common success massage
- application/json
- Schema
- Example (from schema)
Schema
200
true
false
{
"message": "string",
"code": 200,
"ok": true,
"error": false
}
Object not found error
- application/json
- Schema
- Example (from schema)
Schema
Error message text
Object not found
Error code number
404
false
true
{
"message": "Object not found",
"code": 404,
"ok": false,
"error": true
}