Skip to content

Commit b632839

Browse files
committed
feat: document new clientIp matcher in openapi
1 parent 7a4df89 commit b632839

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/swagger/wiremock-admin-api.json

+4
Original file line numberDiff line numberDiff line change
@@ -2134,6 +2134,10 @@
21342134
"maximum": 65535,
21352135
"description": "The HTTP port number of the request URL"
21362136
},
2137+
"clientIp": {
2138+
"type": "string",
2139+
"description": "The IP of the client making the request"
2140+
},
21372141
"method": {
21382142
"type": "string",
21392143
"pattern": "^[A-Z]+$",

0 commit comments

Comments
 (0)