Skip to content

Commit 13fa259

Browse files
committed
fix: Expand access list owner, items, clients and proxy hosts
1 parent 8f7dc2c commit 13fa259

File tree

1 file changed

+14
-0
lines changed
  • backend/schema/paths/nginx/access-lists/listID

1 file changed

+14
-0
lines changed

backend/schema/paths/nginx/access-lists/listID/get.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@
2222
},
2323
"required": true,
2424
"example": 1
25+
},
26+
{
27+
"in": "query",
28+
"name": "expand",
29+
"description": "Expansions",
30+
"schema": {
31+
"type": "string",
32+
"enum": [
33+
"owner",
34+
"items",
35+
"clients",
36+
"proxy_hosts"
37+
]
38+
}
2539
}
2640
],
2741
"responses": {

0 commit comments

Comments
 (0)