diff options
Diffstat (limited to 'lib/api/todos.rb')
-rw-r--r-- | lib/api/todos.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/api/todos.rb b/lib/api/todos.rb index 10fd2aac092..67714a796c7 100644 --- a/lib/api/todos.rb +++ b/lib/api/todos.rb @@ -21,13 +21,12 @@ module API present paginate(todos), with: Entities::Todo end - # Mark todo as done + # Mark a todo as done # # Parameters: # id: (required) - The ID of the todo being marked as done # # Example Request: - # # DELETE /todos/:id # delete ':id' do @@ -40,7 +39,6 @@ module API # Mark all todos as done # # Example Request: - # # DELETE /todos # delete do |