Skip to main content

Undeletes multiple 'AutomationSource' entities

POST 

/atm-source/bulk/undelete

Undeletes multiple existing 'AutomationSource' entities (only if the entity type supports soft-deletion). Returns a full undeleted entity list including (optional) deletion metadata.

Request

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...