PMT-4: Code fix #3
This commit is contained in:
parent
ffae4e493b
commit
e1fc61dfdd
1 changed files with 4 additions and 0 deletions
|
@ -180,12 +180,16 @@ paths:
|
||||||
responses:
|
responses:
|
||||||
204:
|
204:
|
||||||
description: "Employee successfully added to the specific Project"
|
description: "Employee successfully added to the specific Project"
|
||||||
|
401:
|
||||||
|
$ref: "#/components/responses/Unauthorized"
|
||||||
404:
|
404:
|
||||||
$ref: "#/components/responses/NotFound"
|
$ref: "#/components/responses/NotFound"
|
||||||
406:
|
406:
|
||||||
$ref: "#/components/responses/NotAcceptable"
|
$ref: "#/components/responses/NotAcceptable"
|
||||||
409:
|
409:
|
||||||
$ref: "#/components/responses/Conflict"
|
$ref: "#/components/responses/Conflict"
|
||||||
|
500:
|
||||||
|
$ref: "#/components/responses/InternalError"
|
||||||
|
|
||||||
delete:
|
delete:
|
||||||
operationId: "deleteProject"
|
operationId: "deleteProject"
|
||||||
|
|
Loading…
Reference in a new issue