@@ -32,9 +32,9 @@ s = speakeasy.Speakeasy(
3232)
3333
3434req = operations.DeleteAPIEndpointRequest(
35- api_endpoint_id = ' delectus ' ,
36- api_id = ' tempora ' ,
37- version_id = ' suscipit ' ,
35+ api_endpoint_id = ' distinctio ' ,
36+ api_id = ' quibusdam ' ,
37+ version_id = ' unde ' ,
3838)
3939
4040res = s.api_endpoints.delete_api_endpoint(req)
@@ -73,9 +73,9 @@ s = speakeasy.Speakeasy(
7373)
7474
7575req = operations.FindAPIEndpointRequest(
76- api_id = ' molestiae ' ,
77- display_name = ' minus ' ,
78- version_id = ' placeat ' ,
76+ api_id = ' nulla ' ,
77+ display_name = ' corrupti ' ,
78+ version_id = ' illum ' ,
7979)
8080
8181res = s.api_endpoints.find_api_endpoint(req)
@@ -114,9 +114,9 @@ s = speakeasy.Speakeasy(
114114)
115115
116116req = operations.GenerateOpenAPISpecForAPIEndpointRequest(
117- api_endpoint_id = ' voluptatum ' ,
118- api_id = ' iusto ' ,
119- version_id = ' excepturi ' ,
117+ api_endpoint_id = ' vel ' ,
118+ api_id = ' error ' ,
119+ version_id = ' deserunt ' ,
120120)
121121
122122res = s.api_endpoints.generate_open_api_spec_for_api_endpoint(req)
@@ -154,9 +154,9 @@ s = speakeasy.Speakeasy(
154154)
155155
156156req = operations.GeneratePostmanCollectionForAPIEndpointRequest(
157- api_endpoint_id = ' nisi ' ,
158- api_id = ' recusandae ' ,
159- version_id = ' temporibus ' ,
157+ api_endpoint_id = ' suscipit ' ,
158+ api_id = ' iure ' ,
159+ version_id = ' magnam ' ,
160160)
161161
162162res = s.api_endpoints.generate_postman_collection_for_api_endpoint(req)
@@ -194,7 +194,7 @@ s = speakeasy.Speakeasy(
194194)
195195
196196req = operations.GetAllAPIEndpointsRequest(
197- api_id = ' ab ' ,
197+ api_id = ' debitis ' ,
198198)
199199
200200res = s.api_endpoints.get_all_api_endpoints(req)
@@ -232,8 +232,8 @@ s = speakeasy.Speakeasy(
232232)
233233
234234req = operations.GetAllForVersionAPIEndpointsRequest(
235- api_id = ' quis ' ,
236- version_id = ' veritatis ' ,
235+ api_id = ' ipsa ' ,
236+ version_id = ' delectus ' ,
237237)
238238
239239res = s.api_endpoints.get_all_for_version_api_endpoints(req)
@@ -271,9 +271,9 @@ s = speakeasy.Speakeasy(
271271)
272272
273273req = operations.GetAPIEndpointRequest(
274- api_endpoint_id = ' deserunt ' ,
275- api_id = ' perferendis ' ,
276- version_id = ' ipsam ' ,
274+ api_endpoint_id = ' tempora ' ,
275+ api_id = ' suscipit ' ,
276+ version_id = ' molestiae ' ,
277277)
278278
279279res = s.api_endpoints.get_api_endpoint(req)
@@ -312,16 +312,16 @@ s = speakeasy.Speakeasy(
312312
313313req = operations.UpsertAPIEndpointRequest(
314314 api_endpoint_input = shared.APIEndpointInput(
315- api_endpoint_id = ' repellendus ' ,
316- description = ' sapiente ' ,
317- display_name = ' quo ' ,
318- method = ' odit ' ,
319- path = ' at ' ,
320- version_id = ' at ' ,
315+ api_endpoint_id = ' minus ' ,
316+ description = ' placeat ' ,
317+ display_name = ' voluptatum ' ,
318+ method = ' iusto ' ,
319+ path = ' excepturi ' ,
320+ version_id = ' nisi ' ,
321321 ),
322- api_endpoint_id = ' maiores ' ,
323- api_id = ' molestiae ' ,
324- version_id = ' quod ' ,
322+ api_endpoint_id = ' recusandae ' ,
323+ api_id = ' temporibus ' ,
324+ version_id = ' ab ' ,
325325)
326326
327327res = s.api_endpoints.upsert_api_endpoint(req)
0 commit comments