latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

feature-requests

Update a feature request

Updates an existing feature request. Only provided fields are modified.

Rate limit: 20 requests per minute

patch/feature-requests/{id}

Path parameters

idstring required

The ID of the feature request to update.

Request body

request_statusstring

The new request status. Can be a built-in status (new, in_progress, closed, archived) or a custom status slug.

Response

request_idstring

Example response

{
  "data": {
    "custom_fields": {
      "priority": {
        "value": "high"
      }
    }
  }
}