Skip to main content

Update a saved advanced search query​

Update a saved advanced search query

Path Parameters
  • id uuid required

    ID of the object to retrieve or update

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
Request Body required
  • advanced_search object
  • id uuid

    the id of the object

  • label string

    the label

  • condition_rules_attributes object[]

    The attributes for the condition rules

    anyOf

  • type string

    Possible values: [ProfileTypeRule]

    the type

  • comparison_operator string

    Possible values: [==, !=]

    The operator to use for comparison

  • value uuid

    The value to use in the comparison

  • _destroy boolean

    Default value: false

    Should this Profile type rule be destroyed?

Responses

Expected response to a valid request


Schema
  • advanced_search object
  • id uuid

    The id

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    the uid

  • label string

    the label

  • condition_rules_attributes object[]

    The condition rules attributes

    anyOf

  • id uuid

    The id

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    The uuid

  • type string

    Possible values: [ProfileTypeRule]

    The type

  • comparison_operator string

    Possible values: [==, !=]

    The comparison operator

  • value uuid

    The value

Loading...