-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathoverlay-generated.yaml
More file actions
37 lines (37 loc) · 980 Bytes
/
overlay-generated.yaml
File metadata and controls
37 lines (37 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
overlay: 1.0.0
info:
title: Drinks Overlay
version: 0.0.0
actions:
- target: $["tags"]
update:
- name: Testing
description: just a description
- target: $["paths"]["/anything/selectGlobalServer"]["x-my-ignore"]
update:
servers:
- url: http://localhost:35123
description: The default server.
- target: $["paths"]["/anything/selectGlobalServer"]["get"]
update:
x-drop: true
- target: $["paths"]["/authenticate"]["post"]
update:
x-drop: false
- target: $["paths"]["/drinks"]
update:
x-speakeasy-note:
"$ref": "./removeNote.yaml"
- target: $["paths"]["/drinks"]["get"]
remove: true
- target: $["paths"]["/drink/{name}"]["get"]
remove: true
- target: $["paths"]["/ingredients"]["get"]
update:
x-drop: true
- target: $["paths"]["/order"]["post"]
update:
x-drop: true
- target: $["paths"]["/webhooks/subscribe"]["post"]
update:
x-drop: true