Skip to content

Commit

Permalink
new api
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 21, 2023
1 parent 24b58ad commit b935bc3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,24 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/error'
/messages/{messageId}/read-by/{participantId}:
put:
summary: set the read flag for a message
parameters:
- in : path
name: messageId
schema:
type: string
required: true
- in: path
name: participantId
schema:
type: string
required: true
responses:
'204':
description: Change was successful

/new-messages-long-polling:
get:
summary: |
Expand Down

0 comments on commit b935bc3

Please sign in to comment.