Skip to main content

Update multiple 'AutomationSource' existing entities

PUT 

https://app.testiny.io/api/v1/atm-source/bulk

Updates multiple existing 'AutomationSource' entities. Returns a full updated entity list including (optional) modification metadata.

Request

Query Parameters

    force boolean

    Forces the update even if '_etag' is missing or not matching.

Body

array

required

  • Array [

  • id integer

    The unique entity id - must be a positive integer

    project_id integer

    The project id this entity or mapping belongs to

    name string

    The name property

    display_name string

    Display name for automation source in user interface

    Example: Main integration tests
    retention_days number

    The retention_days property

  • ]

Responses

Returns an array of AutomationSource.

Schema

  • Array [

  • id integer

    The unique entity id - must be a positive integer

    project_id integer

    The project id this entity or mapping belongs to

    name string

    The name property

    display_name string

    Display name for automation source in user interface

    Example: Main integration tests
    retention_days number

    The retention_days property

  • ]

Authorization: X-Api-Key

name: X-Api-Keytype: apiKeyin: header

Request Collapse all
Base URL
https://app.testiny.io/api/v1
Auth
Parameters
— query
Body required
[
{
"id": 0,
"project_id": 0,
"name": "string",
"display_name": "Main integration tests",
"retention_days": 0
}
]
ResponseClear

Click the Send API Request button above and see the response here!