diff --git a/openapi.json b/openapi.json index 70cee95c..c60cbbb8 100644 --- a/openapi.json +++ b/openapi.json @@ -644,20 +644,24 @@ "name": "clusterId", "in": "path", "required": true, + "description": "ID of the cluster which must conform to UUID format", "schema": { "type": "string", "minLength": 36, "maxLength": 36, "format": "uuid" - } + }, + "example": "34c3ecc5-624a-49a5-bab8-4fdc5e51a266" }, { "name": "ruleId", "in": "path", "required": true, + "description": "ID of a rule", "schema": { "type": "string" - } + }, + "example": "some.python.module" } ], "responses": { @@ -1273,7 +1277,7 @@ "name": "ruleId", "in": "path", "required": true, - "description": "Enables a rule (ruleId) for cluster (clusterId) for current organization/user", + "description": "ID of a rule", "schema": { "type": "string" },