summaryrefslogtreecommitdiffstats
path: root/swagger.v1.json
diff options
context:
space:
mode:
Diffstat (limited to 'swagger.v1.json')
-rw-r--r--swagger.v1.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/swagger.v1.json b/swagger.v1.json
index 810ab11..88253ff 100644
--- a/swagger.v1.json
+++ b/swagger.v1.json
@@ -19762,7 +19762,23 @@
"description": "The subjects affected by the rule",
"type": "array",
"items": {
- "type": "string"
+ "type": "string",
+ "enum": [
+ "none",
+ "size:all",
+ "size:repos:all",
+ "size:repos:public",
+ "size:repos:private",
+ "size:git:all",
+ "size:git:lfs",
+ "size:assets:all",
+ "size:assets:attachments:all",
+ "size:assets:attachments:issues",
+ "size:assets:attachments:releases",
+ "size:assets:artifacts",
+ "size:assets:packages:all",
+ "size:assets:wiki"
+ ]
},
"x-go-name": "Subjects"
}