We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a62b3b commit e3860cbCopy full SHA for e3860cb
1 file changed
backend/schema/components/access-list-object.json
@@ -91,7 +91,19 @@
91
"$ref": "../common.json#/properties/meta"
92
}
93
94
- }
+ },
95
+ "example": [
96
+ {
97
+ "id": 1,
98
+ "created_on": "2024-10-08T22:15:40.000Z",
99
+ "modified_on": "2024-10-08T22:15:40.000Z",
100
+ "access_list_id": 1,
101
+ "username": "admin",
102
+ "password": "",
103
+ "hint": "a****",
104
+ "meta": {}
105
+ }
106
+ ]
107
},
108
"clients": {
109
"type": "array",
@@ -131,7 +143,18 @@
131
143
132
144
133
145
134
146
147
148
149
150
151
152
153
+ "address": "127.0.0.1",
154
+ "directive": "allow",
155
156
157
135
158
136
159
137
160
0 commit comments