Skip to main content
patch/segments/{segmentId}

Update a saved contact segment

LLM
View as Markdown
Open llms.txt

Replaces any supplied filter atomically. The If-Match header must contain the current segment ETag.

Authorization

Scheme

  • bearerAuth

Required scopes

  • segment:update

Allowed roles

  • owner
  • admin

Update a saved contact segment.

Request body

  • Name
    application/json
    Type
    UpdateSegmentRequest
    Description
    Required body.

Responses

  • 200

    Segment updated

    • application/json Segment
  • 412

    The supplied ETag is stale.

    • application/json ProblemDetails
  • 428

    If-Match is required.

    • application/json ProblemDetails
  • default

    Error

    • application/json ProblemDetails