Skip to main content

Project update

PUT 

/project/:id

Update selected project

Request

Path Parameters

    id stringrequired

    A unique project ID

    Example: 5e9602e7a39e5a46428b457f

Body

    id string

    Project ID

    title string

    Project title

    url string

    Project base URL

    period string

    Possible values: [5 minutes, 30 minutes, 1 hour, 8 hours, 1 day, 7 days, false]

    Default value: 5 minutes

    Period of test checking - false means never check Test automatically.

    uptimeUrl string

    Uptime URL

    uptimeEnabled string

    Possible values: [false, 15, 30, 60]

    Uptime period in seconds - false means uptime is disabled

    apiKey string

    apiKey that can be used for the project operations

    payerId integer

    Identification of the project owner.

    location string

    Possible values: [eu, de, gb, ca, us, tx, dc, sg, hk]

    Project check location

    checkDefaultErrors boolean

    Default value: true

    created date-time

    Date and time of project creation

    userAgent string

    Default value: Testomatobot/1.0 (Linux x86_64; +https://www.testomato.com/testomatobot) minicrawler/5.2.2

    User agent

    timeout integer

    Default value: 3

    Cumulated project timeout in seconds

    delay int64

    Default value: 50

    Bulk request delay in miliseconds

    userIds integer[]

    Array of users ID's with access to the project

    name stringdeprecated

    Project name was replaced by Project title

Responses

Common success massage

Schema
    message string
    code integer

    Default value: 200

    ok boolean

    Default value: true

    error boolean

    Default value: false

Loading...