Skip to content

Commit

Permalink
Commit from GitHub Actions (ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2023
1 parent 8940b81 commit 6b579cb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions aserto/authorizer/v2/authorizer.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions publish/authorizer/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
},
"termsOfService": "https://aserto.com/terms/",
"title": "Authorizer",
"version": "v0.20.6"
"version": "v0.20.7"
},
"openapi": "3.0.3",
"paths": {
Expand Down Expand Up @@ -450,7 +450,7 @@
"TenantID": []
}
],
"summary": "Compile (authorized)",
"summary": "Compile",
"tags": [
"Authorizer"
]
Expand Down Expand Up @@ -597,7 +597,7 @@
"TenantID": []
}
],
"summary": "Query (authorized)",
"summary": "Query",
"tags": [
"Authorizer"
]
Expand Down
6 changes: 3 additions & 3 deletions publish/authorizer/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -973,15 +973,15 @@ 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: {}
post:
extensionprops: {}
tags:
- Authorizer
summary: Compile (authorized)
summary: Compile
description: Executes a partial query on the loaded policy runtime.
operationId: authorizer.compile
requestBody:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions service/all/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
"TenantID": []
}
],
"summary": "Compile (authorized)",
"summary": "Compile",
"tags": [
"Authorizer"
]
Expand Down Expand Up @@ -533,7 +533,7 @@
"TenantID": []
}
],
"summary": "Query (authorized)",
"summary": "Query",
"tags": [
"Authorizer"
]
Expand Down
4 changes: 2 additions & 2 deletions service/authorizer/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
"TenantID": []
}
],
"summary": "Compile (authorized)",
"summary": "Compile",
"tags": [
"Authorizer"
]
Expand Down Expand Up @@ -533,7 +533,7 @@
"TenantID": []
}
],
"summary": "Query (authorized)",
"summary": "Query",
"tags": [
"Authorizer"
]
Expand Down

0 comments on commit 6b579cb

Please sign in to comment.