Skip to main content
PATCH
Update request status

Authorizations

X-Auth-Token
string
header
required

API key created in the dashboard or via POST /v1/api/api-keys. Keys are prefixed pn_ and do not expire until revoked.

Path Parameters

id
string<uuid>
required

Feature request ID

Body

application/json
status
enum<string>
required
Available options:
open,
planned,
in_progress,
shipped,
declined

Response

Updated request

id
string<uuid>
accountId
string
title
string
description
string
status
enum<string>
Available options:
open,
planned,
in_progress,
shipped,
declined
upvotes
integer
hasUpvoted
boolean

Whether the caller has upvoted

commentCount
integer
createdBy
string

Display name

createdAt
string<date-time>