PATCH
/
api
/
rulesets
/
{ruleset_id}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "rules_text": "<string>",
  "org_id": "<string>",
  "repo_ids": [
    "<string>"
  ],
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "created_by": "<string>"
}

Authorizations

X-API-Key
string
header
required

Use an API key in the X-API-Key header.

Path Parameters

ruleset_id
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.