PUT
/
extraction
/
{rule_id}
{
  "name": "<string>",
  "description": "<string>",
  "priority": 0,
  "attribute": "<string>",
  "condition": "<string>",
  "disabled": false,
  "regex": "<string>",
  "pre": false,
  "id": 123,
  "created_by": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_by": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

rule_id
integer
required

Body

application/json

Response

200
application/json
Successful Response

The response is of type object.