Skip to content

Commit 27d5d17

Browse files
committed
doc/rest-api: fix uri
1 parent 40ed677 commit 27d5d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/61-REST_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Accept: application/json
243243
Acknowledging issues via `sender_event_id` is also supported:
244244

245245
```http
246-
POST https://icinga.example.com/icingaweb2/eventtracker/issue/close?sender_event_id=My%20Job%20Name&owner=me
246+
POST https://icinga.example.com/icingaweb2/eventtracker/issue/acknowledge?sender_event_id=My%20Job%20Name&owner=me
247247
Authorization: Bearer e756ca41-875f-4f92-991c-706dc07af192
248248
Accept: application/json
249249
```

0 commit comments

Comments
 (0)