Skip to main content

Update multiple 'AutomationSource' existing entities

PUT 

/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

  • ]

Loading...