PATCH
/
guard-rails
/
{id}
curl --request PATCH \
  --url https://app.docs.bynesoft.com/api/users/guard-rails/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "responseBlocking": true,
  "config": {}
}'
{
  "id": "<string>",
  "name": "<string>",
  "dateCreated": "<string>",
  "lastModified": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.