From 78d5bc0e4d5683ab4ea53586957beb5f25e56396 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 25 Aug 2020 15:59:56 -0400 Subject: todo.sr.ht: fix typo --- todo.sr.ht/api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/todo.sr.ht/api.md b/todo.sr.ht/api.md index 2aff6ce..4f8065c 100644 --- a/todo.sr.ht/api.md +++ b/todo.sr.ht/api.md @@ -427,8 +427,6 @@ Edits a comment. Note that the *comment* ID is required, not the event ID. } ``` -List of [event resources](#event-resource) associated with this ticket. - **OAuth scope**: `tickets:write` ### PUT /api/trackers/:tracker-name/tickets/:ticket-id/comments/:comment-id -- cgit