summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2024-08-01 13:00:58 +0100
committerToineSiebelink <toine.siebelink@est.tech>2024-08-01 13:00:58 +0100
commitf220a361b49d5131159dfec42aa0f87ca1cab1cc (patch)
treea7f0dda3d64a330ad5207bb374cf36735b7f1979 /docs
parent76aabfb93d56700ef67d2dd2d46a9f2a1023c019 (diff)
Update OpenAPI Policy Executor
- remove conflict error response in OpenAPI (mistakenly added here but only need for NCMP interface) Issue-ID: CPS-2335 Change-Id: Ib24a4d0853fff2104958879f7d247197725b5870 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Diffstat (limited to 'docs')
-rw-r--r--docs/api/swagger/policy-executor/openapi.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/api/swagger/policy-executor/openapi.yaml b/docs/api/swagger/policy-executor/openapi.yaml
index 58ca5acfc5..f80b998369 100644
--- a/docs/api/swagger/policy-executor/openapi.yaml
+++ b/docs/api/swagger/policy-executor/openapi.yaml
@@ -56,8 +56,6 @@ paths:
$ref: '#/components/responses/Unauthorized'
'403':
$ref: '#/components/responses/Forbidden'
- '409':
- $ref: '#/components/responses/Conflict'
'500':
$ref: '#/components/responses/InternalServerError'
@@ -159,16 +157,6 @@ components:
status: 403
message: "Request Forbidden"
details: "This request is forbidden"
- Conflict:
- description: "Conflict"
- content:
- application/json:
- schema:
- $ref: '#/components/schemas/ErrorMessage'
- example:
- status: 409
- message: "Conflict"
- details: "The provided request violates a policy rule"
InternalServerError:
description: "Internal server error"