Skip to main content
POST
Create a feature request

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.

Body

application/json
title
string
required
description
string
required

Response

201 - application/json

Created

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>