Skip to main content
patch/contacts/{id}

Update contact

LLM
View as Markdown
Open llms.txt

Updates mutable contact fields. Fields omitted from the body are left unchanged.

Authorization

Scheme

  • bearerAuth

Required scopes

  • contact:update

Allowed roles

  • owner
  • admin
  • agent

Update a contact in the caller's contact scope.

Parameters

  • Name
    id
    Type
    path string
    Description
    Required parameter.

Request body

  • Name
    application/json
    Type
    UpdateContactRequest
    Description
    Required body.

Responses

  • 200

    Contact updated

    • application/json Contact
  • 404

    Contact not found

    • application/json ProblemDetails
  • default

    Error

    • application/json ProblemDetails