diff --git a/docs/openapi/policy/unsafe/unsafe.swagger.json b/docs/openapi/policy/unsafe/unsafe.swagger.json index a06e83132..a6b0fccf6 100644 --- a/docs/openapi/policy/unsafe/unsafe.swagger.json +++ b/docs/openapi/policy/unsafe/unsafe.swagger.json @@ -9,12 +9,8 @@ "name": "UnsafeService" } ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], + "consumes": ["application/json"], + "produces": ["application/json"], "paths": { "/unsafe/attributes/values/{id}": { "delete": { @@ -49,9 +45,7 @@ "type": "string" } ], - "tags": [ - "UnsafeService" - ] + "tags": ["UnsafeService"] }, "patch": { "summary": "--------------------------------------*\nValue RPCs\n---------------------------------------", @@ -84,9 +78,7 @@ "type": "string" } ], - "tags": [ - "UnsafeService" - ] + "tags": ["UnsafeService"] } }, "/unsafe/attributes/values/{id}/reactivate": { @@ -114,9 +106,7 @@ "type": "string" } ], - "tags": [ - "UnsafeService" - ] + "tags": ["UnsafeService"] } }, "/unsafe/attributes/{id}": { @@ -152,9 +142,7 @@ "type": "string" } ], - "tags": [ - "UnsafeService" - ] + "tags": ["UnsafeService"] }, "patch": { "summary": "--------------------------------------*\nAttribute RPCs\n---------------------------------------", @@ -203,9 +191,7 @@ "default": "ATTRIBUTE_RULE_TYPE_ENUM_UNSPECIFIED" } ], - "tags": [ - "UnsafeService" - ] + "tags": ["UnsafeService"] } }, "/unsafe/attributes/{id}/reactivate": { @@ -233,9 +219,7 @@ "type": "string" } ], - "tags": [ - "UnsafeService" - ] + "tags": ["UnsafeService"] } }, "/unsafe/namespaces/{id}": { @@ -271,9 +255,7 @@ "type": "string" } ], - "tags": [ - "UnsafeService" - ] + "tags": ["UnsafeService"] }, "patch": { "summary": "--------------------------------------*\nNamespace RPCs\n---------------------------------------", @@ -307,9 +289,7 @@ "type": "string" } ], - "tags": [ - "UnsafeService" - ] + "tags": ["UnsafeService"] } }, "/unsafe/namespaces/{id}/reactivate": { @@ -337,9 +317,7 @@ "type": "string" } ], - "tags": [ - "UnsafeService" - ] + "tags": ["UnsafeService"] } } },