projects_rulesets_get | SELECT | projectsId, rulesetsId | Get a Ruleset by name including the full Source contents. |
projects_rulesets_list | SELECT | projectsId | List Ruleset metadata only and optionally filter the results by Ruleset name. The full Source contents of a Ruleset may be retrieved with GetRuleset. |
projects_rulesets_create | INSERT | projectsId | Create a Ruleset from Source . The Ruleset is given a unique generated name which is returned to the caller. Source containing syntactic or semantics errors will result in an error response indicating the first error encountered. For a detailed view of Source issues, use TestRuleset. |
projects_rulesets_delete | DELETE | projectsId, rulesetsId | Delete a Ruleset by resource name. If the Ruleset is referenced by a Release the operation will fail. |