# UpdateRuleRequest


[API catalog](/reference/api/) · [AI Governance overview](/reference/api/ai-governance/latest/) · [Product manual](https://docs.docker.com/ai/sandboxes/governance/) · [OpenAPI specification](/reference/api/ai-governance/api.yaml)

API version: 1



Schema constraints and annotations:

```json
{
  "description": "Partial update. Only fields present in the body are updated; absent fields are left unchanged.",
  "properties": {
    "actions": {
      "$ref": "#/components/schemas/RuleActions"
    },
    "decision": {
      "$ref": "#/components/schemas/RuleDecision"
    },
    "name": {
      "description": "Human-readable label for the rule.",
      "examples": [
        "allow research mirrors"
      ],
      "type": "string"
    },
    "resources": {
      "$ref": "#/components/schemas/RuleResources"
    }
  },
  "type": "object"
}
```



