Skip to content

Commit

Permalink
fix(notifications): bug flpath-901 spelling messageID (janus-idp#1232)
Browse files Browse the repository at this point in the history
FLPATH-901
https://issues.redhat.com/browse/FLPATH-901

Signed-off-by: Yaron Dayagi <[email protected]>
  • Loading branch information
ydayagi committed Feb 27, 2024
1 parent cb70ff7 commit 22dbc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/notifications-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Response:
Request:

```bash
curl -X PUT 'http://localhost:7007/api/notifications/notifications/read?messageID=48bbf896-4b7c-4b68-a446-246b6a801000&read=true'
curl -X PUT 'http://localhost:7007/api/notifications/notifications/read?messageId=48bbf896-4b7c-4b68-a446-246b6a801000&read=true'
```

Response: A HTTP Status Code
Expand Down

0 comments on commit 22dbc66

Please sign in to comment.