Skip to content

Commit 22dbc66

Browse files
authored
fix(notifications): bug flpath-901 spelling messageID (#1232)
FLPATH-901 https://issues.redhat.com/browse/FLPATH-901 Signed-off-by: Yaron Dayagi <[email protected]>
1 parent cb70ff7 commit 22dbc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/notifications-backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Response:
308308
Request:
309309

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

314314
Response: A HTTP Status Code

0 commit comments

Comments
 (0)