Skip to main content
A rule represents a single community guideline for a space. Rules are ordered and displayed to members. They are managed by space admins and moderators.

Properties

PropertyTypeDescription
idstringUnique rule identifier (UUID).
projectIdstringThe project this rule belongs to.
spaceIdstringThe space this rule belongs to.
titlestringThe rule’s short title (e.g. “Be respectful”).
descriptionstring | nullOptional longer explanation of the rule.
ordernumberDisplay order among the space’s rules. Lower values appear first.
lastApprovedBystring | nullID of the user who last reviewed or approved this rule.
createdAtDateWhen the rule was created.
updatedAtDateWhen the rule was last updated.

See Also