Draft: Allow todos to be marked as done

This allows To-Dos to be marked as done.

Closes #53

Todos

  • /todos/:todoId/mark_as_done returns
    {
      error: 'insufficient_scope',
      error_description: 'The request requires higher privileges than provided by the access token.',
      scope: 'api read_api'
    }

Screenshots

Before After
image image
Edited by Kev

Merge request reports

Loading