/
/Vikunja API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 21h ago
admin8
api4
assignees4
auth6
filter4
labels9
migration19
project23
service1
sharing14
subscriptions4
task26
  • putCreate a task
  • getGet tasks in a project
  • getGet one task by its per-project index
  • postUpdate a task bucket
  • getGet tasks
  • postUpdate multiple tasks
  • getGet one task
  • postUpdate a task
  • deleteDelete a task
  • getGet all attachments for one task.
  • putUpload a task attachment
  • getGet one attachment.
  • deleteDelete an attachment
  • postUpdates a task position
  • postMark a task as read
  • getGet all task comments
  • putCreate a new task comment
  • getGet a task comment
  • postUpdate an existing task comment
  • deleteRemove a task comment
  • putDuplicate a task
  • putCreate a new relation between two tasks
  • deleteRemove a task relation
  • getGet all reactions for an entity
  • putAdd a reaction to an entity
  • postRemoves the user's reaction
team8
testing2
user27
webhooks10
    task

    Mark a task as read

    Marks a task as read for the current user by removing the unread status entry.

    post/tasks/{projecttask}/read

    Path parameters

    projecttaskinteger required

    Task ID

    Response

    The task unread status object.

    taskIDinteger
    userIDinteger

    Changes