Update existing Nigo
PATCH/cases/:caseId/nigos/:nigoId
Updates existing nigo; available as an Add-On Module
Request
Path Parameters
caseId stringrequired
Case Identifier
nigoId stringrequired
Nigo Identifier
Query Parameters
siteId string
Site Identifier
- application/json
Body
required
nigo
object
name string
Name of Nigo
description string
Description of Nigo
plannedStartDate string
Planned Start Date
startDate string
Start Date
endDate string
End Date
dueDate string
Due Date
status NigoStatus (string)
Status of the Nigo
Possible values: [NEW
, ASSIGNED
, IN_PROGRESS
, ON_HOLD
, ESCALATED
, RESOLVED
, CLOSED
, UNDER_REVIEW
, AWAITING_CLIENT_RESPONSE
]
metadata
object
documentIds string[]
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
nigoId string
Nigo Identifier
{
"nigoId": "string"
}
Loading...