Spaces:
Running
Running
Commit
·
15985df
1
Parent(s):
b314aa2
Update validation examples in API monitoring interface for improved clarity and accuracy
Browse files
app.py
CHANGED
@@ -59,17 +59,17 @@ validation_tab = gr.Interface(
|
|
59 |
flagging_options=["Invalid Request", "API Error", "Config Issue", "Other"],
|
60 |
examples=[
|
61 |
[
|
62 |
-
"
|
63 |
-
"
|
64 |
-
"Monitor
|
65 |
"GET",
|
66 |
-
"https://
|
67 |
-
"api/v2/
|
68 |
-
"",
|
69 |
-
"",
|
70 |
"{}",
|
71 |
-
|
72 |
-
|
73 |
"",
|
74 |
],
|
75 |
[
|
@@ -93,7 +93,7 @@ validation_tab = gr.Interface(
|
|
93 |
"GET",
|
94 |
"https://api.github.com",
|
95 |
"repos/microsoft/TypeScript/issues",
|
96 |
-
"state: open\nper_page:
|
97 |
"Accept: application/vnd.github.v3+json\nUser-Agent: MCP-Monitor",
|
98 |
"{}",
|
99 |
120,
|
|
|
59 |
flagging_options=["Invalid Request", "API Error", "Config Issue", "Other"],
|
60 |
examples=[
|
61 |
[
|
62 |
+
"1bba41230a7050381beaeb818b23721c2d97557b3c6fcfe369b07847e1b61eb8",
|
63 |
+
"Wind-up Tonberry Price Monitor",
|
64 |
+
"Monitor Wind-up Tonberry (ID: 6184) market prices on Aether-Siren server every hour for one week",
|
65 |
"GET",
|
66 |
+
"https://universalis.app",
|
67 |
+
"api/v2/Siren/6184",
|
68 |
+
"listings: 1\nentries: 1",
|
69 |
+
"Content-Type: application/json\nUser-Agent: FFXIV-Market-Monitor",
|
70 |
"{}",
|
71 |
+
60,
|
72 |
+
168,
|
73 |
"",
|
74 |
],
|
75 |
[
|
|
|
93 |
"GET",
|
94 |
"https://api.github.com",
|
95 |
"repos/microsoft/TypeScript/issues",
|
96 |
+
"state: open\nper_page: 1",
|
97 |
"Accept: application/vnd.github.v3+json\nUser-Agent: MCP-Monitor",
|
98 |
"{}",
|
99 |
120,
|