Skip to main content

Update one 'AutomationSource' entity

PUT 

/atm-source/:id

Update a single existing 'AutomationSource' entity. Returns a full updated entity including (optional) modification metadata.

Request

Path Parameters

    id integerrequired

    The id tof the object to update

Query Parameters

    force boolean

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

Body

required

    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 a single AutomationSource

Schema

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