latestOpenAPI 3.0.32026-08-22149327338.9 KB
d4db007b26b2
feature-requests
Set portal visibility for a feature request
Toggles portal visibility for a set of accounts on a feature request. Idempotent — adding already-visible accounts or removing already-hidden accounts is a no-op. Note: visibility only takes effect when the Feature Requests tab is enabled in portal settings.
Rate limit: 20 requests per minute
post/feature-requests/{id}/set-portal-visibility
Path parameters
idstring required
The ID of the feature request.
Request body
Response
Example response
{
"data": {
"custom_fields": {
"priority": {
"value": "high"
}
}
}
}