Update thread

Update the thread title, body, kind, or overall status.

Endpoints

PATCH /api/v1/teams/{team_slug}/repos/{repo_slug}/threads/{number}
PATCH /api/v1/users/{username}/repos/{repo_slug}/threads/{number}

Request

Send any subset of:

  • title
  • body
  • kind (discussion, change, task)
  • status (open, draft, closed, done)
  • priority (now, later)