v51

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01131107332.8 KB
Group rules

List group rules

Returns a list of all rules configured for the group. The set of rules determines how the content of an artifact in the group can evolve over time. If no rules are configured for a group, the set of globally configured rules are used.

This operation can fail for the following reasons:

  • No group with this groupId exists (HTTP error 404)
  • A server error occurred (HTTP error 500)
get/groups/{groupId}/rules

Response

Returns the names of the rules configured for the group.

RuleType[] required

Example response

[
  "VALIDITY"
]