diff --git a/aserto/authorizer/v2/authorizer.swagger.json b/aserto/authorizer/v2/authorizer.swagger.json index 460e002..f5c72a8 100644 --- a/aserto/authorizer/v2/authorizer.swagger.json +++ b/aserto/authorizer/v2/authorizer.swagger.json @@ -21,7 +21,7 @@ "paths": { "/api/v2/authz/compile": { "post": { - "summary": "Compile (authorized)", + "summary": "Compile", "description": "Executes a partial query on the loaded policy runtime.", "operationId": "authorizer.compile", "responses": { @@ -141,7 +141,7 @@ }, "/api/v2/authz/query": { "post": { - "summary": "Query (authorized)", + "summary": "Query", "description": "Executes a rego query on the loaded policy runtime.", "operationId": "authorizer.query", "responses": { diff --git a/publish/authorizer/openapi.json b/publish/authorizer/openapi.json index 54de589..0c8a799 100644 --- a/publish/authorizer/openapi.json +++ b/publish/authorizer/openapi.json @@ -403,7 +403,7 @@ }, "termsOfService": "https://aserto.com/terms/", "title": "Authorizer", - "version": "v0.20.6" + "version": "v0.20.7" }, "openapi": "3.0.3", "paths": { @@ -450,7 +450,7 @@ "TenantID": [] } ], - "summary": "Compile (authorized)", + "summary": "Compile", "tags": [ "Authorizer" ] @@ -597,7 +597,7 @@ "TenantID": [] } ], - "summary": "Query (authorized)", + "summary": "Query", "tags": [ "Authorizer" ] diff --git a/publish/authorizer/openapi.yaml b/publish/authorizer/openapi.yaml index 859e189..a2b32e8 100644 --- a/publish/authorizer/openapi.yaml +++ b/publish/authorizer/openapi.yaml @@ -973,7 +973,7 @@ info: extensionprops: {} name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: v0.20.6 + version: v0.20.7 paths: /api/v2/authz/compile: extensionprops: {} @@ -981,7 +981,7 @@ paths: extensionprops: {} tags: - Authorizer - summary: Compile (authorized) + summary: Compile description: Executes a partial query on the loaded policy runtime. operationId: authorizer.compile requestBody: @@ -1604,7 +1604,7 @@ paths: extensionprops: {} tags: - Authorizer - summary: Query (authorized) + summary: Query description: Executes a rego query on the loaded policy runtime. operationId: authorizer.query requestBody: diff --git a/service/all/openapi.json b/service/all/openapi.json index 4cb4d17..8f0f941 100644 --- a/service/all/openapi.json +++ b/service/all/openapi.json @@ -413,7 +413,7 @@ "TenantID": [] } ], - "summary": "Compile (authorized)", + "summary": "Compile", "tags": [ "Authorizer" ] @@ -533,7 +533,7 @@ "TenantID": [] } ], - "summary": "Query (authorized)", + "summary": "Query", "tags": [ "Authorizer" ] diff --git a/service/authorizer/openapi.json b/service/authorizer/openapi.json index 4cb4d17..8f0f941 100644 --- a/service/authorizer/openapi.json +++ b/service/authorizer/openapi.json @@ -413,7 +413,7 @@ "TenantID": [] } ], - "summary": "Compile (authorized)", + "summary": "Compile", "tags": [ "Authorizer" ] @@ -533,7 +533,7 @@ "TenantID": [] } ], - "summary": "Query (authorized)", + "summary": "Query", "tags": [ "Authorizer" ]