Reorder comment types
Set the display order of all comment types by passing every type ID in the desired order.
Restrictions
Usage
- Full-set reorder —
comment_type_idsmust contain every comment type of the account, each exactly once, in the desired order. - Positions are reassigned starting from 1: the first ID in the array becomes position 1.
- This permission is admin-only by default; custom roles must be granted it explicitly.
Authorizations
App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Body
Parameters for reordering comment types.
IDs of every comment type of the account in the desired order (24-character hex ObjectIDs).
1^[0-9a-fA-F]{24}$Response
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.