diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2024-07-10 09:24:22 +0100 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2024-07-10 10:04:04 +0100 |
commit | 4962922401c1c779c6b7d1161a995942750566ed (patch) | |
tree | e5f36152a6d3382246a5b22c9eb693c0e4280a03 /docs | |
parent | 8f3103dd1eaf5d537cd085dd8fab5ef39d7d914d (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.yaml | 2 |
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 |