Skip to main content

Update existing Case

PATCH 

/cases/:caseId

Updates existing case; available as an Add-On Module

Request

Path Parameters

    caseId stringrequired

    Case Identifier

Query Parameters

    siteId string

    Site Identifier

Body

required

    case

    object

    name string

    Case Name

    status CaseStatus (string)

    Status of the Case

    Possible values: [NEW, ASSIGNED, IN_PROGRESS, ON_HOLD, ESCALATED, RESOLVED, CLOSED, UNDER_REVIEW, AWAITING_CLIENT_RESPONSE]

    description string

    Case Description

    metadata

    object

    plannedStartDate string

    Planned Start Date

    startDate string

    Start Date

    endDate string

    End Date

    dueDate string

    Due Date

    documentIds string[]

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    caseId string

    Case Identifier

Loading...