Skip to main content
PATCH
/
recovery-cases
/
{jrcHash}
/
court-order
Attach signed court-order metadata to a recovery case
curl --request PATCH \
  --url https://api.jurat.io/api/v1/recovery-cases/{jrcHash}/court-order \
  --header 'Content-Type: application/json' \
  --data '
{
  "courtInfo": {
    "title": "<string>",
    "fullCaseNumber": "<string>",
    "courtId": "<string>",
    "docketNumber": 123
  },
  "sig": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.jurat.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

jrcHash
string
required

Body

application/json
courtInfo
object
required
sig
string
required

Response

200

Updated case