Skip to main content

Partial Update Sequence

PATCH 

/targets/:target_id/sequences/:id/

Request

Path Parameters

    id stringrequired
    target_id stringrequired

    Identifier of the target.

Query Parameters

    include string

    Possible values: [target]

    Extra fields to include in response:

    • target - Add target to response under target key

Body

    name stringnullable

    Possible values: <= 255 characters

    requires_authentication boolean
    type string

    Possible values: [login, navigation]

    • login - Login
    • navigation - Navigation
    enabled boolean

    custom_field_mappings

    object[]

  • Array [

  • name stringrequired
    value stringrequired
    value_is_sensitive booleanrequired

    Controls sensitivity and obfuscation of value field.
    If true the field is masked on Interfaces and Audit logs.
    When account's Secrets Obfuscation setting is also enabled, the API's field output will be OBFUSCATED_<HASH>.

  • ]

  • content string

    Contents of a sequence of browser navigation steps recorded by Snyk API and Web Sequence Recorder

Responses

Schema

    id stringrequired

    A unique Base58 value identifying this object.

    name stringnullablerequired

    Possible values: <= 255 characters

    requires_authentication boolean
    type string

    Possible values: [login, navigation]

    • login - Login
    • navigation - Navigation
    enabled boolean
    index integernullablerequired

    custom_field_mappings

    object[]

  • Array [

  • name stringrequired
    value stringrequired
    value_is_sensitive booleanrequired

    Controls sensitivity and obfuscation of value field.
    If true the field is masked on Interfaces and Audit logs.
    When account's Secrets Obfuscation setting is also enabled, the API's field output will be OBFUSCATED_<HASH>.

  • ]

  • content stringrequired

    Contents of a sequence of browser navigation steps recorded by Snyk API and Web Sequence Recorder

Loading...