summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2024-07-10 09:24:22 +0100
committerToineSiebelink <toine.siebelink@est.tech>2024-07-10 10:04:04 +0100
commit4962922401c1c779c6b7d1161a995942750566ed (patch)
treee5f36152a6d3382246a5b22c9eb693c0e4280a03 /docs
parent8f3103dd1eaf5d537cd085dd8fab5ef39d7d914d (diff)
Policy Executor API, make Authorization header optional
Issue-ID: CPS-22291 Change-Id: I2b8f9b97c92dfc640c8b40b7053c609bbdcb2f6e Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Diffstat (limited to 'docs')
-rw-r--r--docs/api/swagger/policy-executor/openapi.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/swagger/policy-executor/openapi.yaml b/docs/api/swagger/policy-executor/openapi.yaml
index 5becd9a39e..98c5b1e79a 100644
--- a/docs/api/swagger/policy-executor/openapi.yaml
+++ b/docs/api/swagger/policy-executor/openapi.yaml
@@ -214,7 +214,7 @@ components:
authorizationInHeader:
name: Authorization
in: header
- required: true
+ description: "Bearer token may be used to identify client as part of a policy"
schema:
type: string