Skip to content

Commit 4ee98c1

Browse files
committed
Fixed servant-docs tests for OperatorId
1 parent 2a0bae9 commit 4ee98c1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

servant-docs/golden/comprehensive.md

+21
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,27 @@
304304

305305
## GET /named-context
306306

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+
307328
### Response:
308329

309330
- Status code 200

0 commit comments

Comments
 (0)