Trails

Update trail metadata

patch/api/v1/trails/{host}/{owner}/{repo}/{number}

Path parameters

hoststring required
ownerstring required
repostring required
numberstring required

Request body

branchstring

Git branch name

basestring

Base branch

titlestring

Trail title

bodystring

Trail body Markdown

status'draft' | 'open' | 'merged' | 'closed'

Trail status

assigneesstring[]

GitHub usernames to set as trail assignees

type'bug' | 'feature' | 'task'

Trail type

priority'urgent' | 'high' | 'medium' | 'low' | 'none'

Priority level

requested_reviewersstring[]

GitHub usernames requested to review

Response

Updated trail

Changes

No recorded changes to this endpoint across all 1 revision of this API.