PMT-4 pmt.yml adapted
Some checks failed
Quality Check / Validate OAS (push) Successful in 50s
Quality Check / Validate OAS (pull_request) Successful in 1m6s
Quality Check / Linting (push) Failing after 1m38s
Quality Check / Linting (pull_request) Failing after 1m48s
Quality Check / Static Analysis (push) Failing after 1m55s
Quality Check / Static Analysis (pull_request) Failing after 1m56s
Quality Check / Testing (push) Successful in 2m7s
Quality Check / Testing (pull_request) Successful in 2m2s

This commit is contained in:
Rajbir Singh 2024-10-19 23:05:12 +02:00
parent 193a7c5953
commit b398c8853a

View file

@ -86,12 +86,6 @@ components:
text/plain:
schema:
type: string
NotAcceptable:
description: "Not Acceptable"
content:
text/plain:
schema:
type: string
Conflict:
description: "Conflict"
content:
@ -184,10 +178,10 @@ paths:
$ref: "#/components/responses/Unauthorized"
404:
$ref: "#/components/responses/NotFound"
406:
$ref: "#/components/responses/NotAcceptable"
409:
$ref: "#/components/responses/Conflict"
422:
$ref: "#/components/responses/UnprocessableContent"
500:
$ref: "#/components/responses/InternalError"
@ -213,4 +207,4 @@ paths:
schema:
type: string
500:
$ref: "#/components/responses/InternalError"
$ref: "#/components/responses/InternalError"