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:
|
||||
204:
|
||||
description: "Employee successfully added to the specific Project"
|
||||
401:
|
||||
$ref: "#/components/responses/Unauthorized"
|
||||
404:
|
||||
$ref: "#/components/responses/NotFound"
|
||||
406:
|
||||
$ref: "#/components/responses/NotAcceptable"
|
||||
409:
|
||||
$ref: "#/components/responses/Conflict"
|
||||
500:
|
||||
$ref: "#/components/responses/InternalError"
|
||||
|
||||
delete:
|
||||
operationId: "deleteProject"
|
||||
|
|
Loading…
Reference in a new issue