Skip to main content

Update Extended Search Attribute

PATCH 

/accounts/search-attribute-config/:name

Update an existing search attribute configuration. You can patch these fields:

  • name * displayName * applicationAttributes

Request

Path Parameters

    name stringrequired

    Name of the search attribute configuration to patch.

Body

array

required

  • Array [

  • op stringrequired

    Possible values: [add, remove, replace, move, copy, test]

    The operation to be performed

    path stringrequired

    A string JSON Pointer representing the target path to an element to be affected by the operation

    value

    object

    The value to be used for the operation, required for "add" and "replace" operations

    oneOf

    string

  • ]

Responses

The updated search attribute configuration.

Schema

    name string

    Name of the new attribute

    displayName string

    The display name of the new attribute

    applicationAttributes object

    Map of application id and their associated attribute.

Loading...