Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code

Description

200

Created

application/json

  • Example Value

Code Block
languagejson
{
  "caseId": 1,
  "state": "unpublished",
  "externalId": "an_external_id",
  "expiresAt": "2020-05-30T18:25:43.511Z",
  "updatedAt": "2020-05-21T18:25:43.511Z",
}

400

Invalid request

403

Lacks sufficient authority for operation

500

Internal Server error

...

Status
colourGreen
title

...

IMPLEMENTED:
PUT /case

Updates a case (currently only supports updating of case’s extern id)/

...