Skip to main content

Update Data Pattern

PUT 

/dlp/api/v1/dss-api/data-pattern/:patternId

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Updates a data pattern.

Request

Path Parameters

    patternId stringrequired

    Data pattern ID

Body

    delimiter stringrequired

    Delimiter

    description stringrequired

    Pattern description

    detectionTechnique stringrequired

    Detection technique

    entity stringrequired

    Entity value

    grammar stringrequired

    Grammar value

    name stringrequired

    Pattern name

    parentId stringrequired

    Parent ID

    proximityKeywords string[]

    List of proximity keywords

    regexes object[]

    List of regexes

  • Array [
  • regex string

    Regex

    weight int32

    Weight

  • ]
  • rootType stringrequired

    Root type

    s3Path stringrequired

    S3 path

Responses

success

Schema
    detail string

    Exception details

    message string

    API response

    name string

    Exception name

Loading...