We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0bae9 commit 4ee98c1Copy full SHA for 4ee98c1
servant-docs/golden/comprehensive.md
@@ -304,6 +304,27 @@
304
305
## GET /named-context
306
307
+### Response:
308
+
309
+- Status code 200
310
+- Headers: []
311
312
+- Supported content types are:
313
314
+ - `application/json;charset=utf-8`
315
+ - `application/json`
316
317
+- Example (`application/json;charset=utf-8`, `application/json`):
318
319
+```javascript
320
321
+```
322
323
+## GET /operation-id
324
325
+### getFoo
326
327
328
### Response:
329
330
- Status code 200
0 commit comments