Skip to content

Commit 1222290

Browse files
committed
chore: Remove per-operation server lists from the api spec
1 parent 15ac800 commit 1222290

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

overlay_client.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ info:
44
version: 0.0.0
55
actions:
66
- target: $
7+
description: Add a global servers list
78
update:
89
servers:
910
- url: "https://platform.unstructuredapp.io/"
1011
description: "Unstructured Platform API"
1112
x-speakeasy-server-id: "platform-api"
13+
- target: $.paths.*.*.servers
14+
description: Remove the operation level servers list
15+
remove: true
1216
- target: $["components"]["schemas"]["partition_parameters"]["properties"]
1317
update:
1418
"split_pdf_page":

0 commit comments

Comments
 (0)