Skip to main content

Update one 'AutomationTestCase' entity

PUT 

/atm-testcase/:id

Update a single existing 'AutomationTestCase' 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

    title string

    A descriptive title for this entity or mapping (1 to 1000 characters)

    Example: A Descriptive Title
    project_id integer

    The project id this entity or mapping belongs to

    tags string

    A list of tags for this entity

    Example: important,release,smoketest
    atm_source_id integer

    The atm_source_id property

    atm_key string

    A unique key for test case for matching on import

    Example: XYZ-123
    folder_path string

    The folder_path property

    steps array

    The steps property

    description stringnullable

    An optional description for the test case (can be a rich text document)

    Example:

Responses

Returns a single AutomationTestCase

Schema

    id integer

    The unique entity id - must be a positive integer

    title string

    A descriptive title for this entity or mapping (1 to 1000 characters)

    Example: A Descriptive Title
    project_id integer

    The project id this entity or mapping belongs to

    tags string

    A list of tags for this entity

    Example: important,release,smoketest
    atm_source_id integer

    The atm_source_id property

    atm_key string

    A unique key for test case for matching on import

    Example: XYZ-123
    folder_path string

    The folder_path property

    steps array

    The steps property

    description stringnullable

    An optional description for the test case (can be a rich text document)

    Example:
Loading...