v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
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

account_idsstring[] required

The account IDs to add or remove portal visibility for.

visibleboolean required

Whether the specified accounts should be able to see this feature request in the portal. True to add visibility, false to remove.

Response

request_idstring