Skip to content

Commit

Permalink
fix: CARITAS-243 - remove /users/mails/messages/feedback/new from use…
Browse files Browse the repository at this point in the history
…rservice.yaml
  • Loading branch information
Leandro13Silva13 committed Aug 19, 2024
1 parent 4cb8ce6 commit 084f82c
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions services/userservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -538,33 +538,6 @@ paths:
description: INTERNAL SERVER ERROR - server encountered unexpected condition
security:
- Bearer: [ ]
/users/mails/messages/feedback/new:
post:
tags:
- user-controller
summary: 'Sends a notification e-mail that a new feedback message/answer has
been written [Authorization: Role: consultant with authority for feedback
chat]'
operationId: sendNewFeedbackMessageNotification
requestBody:
content:
'application/json':
schema:
$ref: '#/components/schemas/NewMessageNotificationDTO'
required: true
responses:
200:
description: successful operation
400:
description: BAD REQUEST - invalid/incomplete request or body object
401:
description: UNAUTHORIZED - invalid token
409:
description: CONFLICT - no user e-mail address in db given
500:
description: INTERNAL SERVER ERROR - server encountered unexpected condition
security:
- Bearer: [ ]
/users/consultants:
get:
tags:
Expand Down

0 comments on commit 084f82c

Please sign in to comment.