@@ -33,9 +33,9 @@ s = speakeasy.Speakeasy(
3333)
3434
3535req = operations.DeleteAPIEndpointRequest(
36- api_endpoint_id = ' blue ' ,
37- api_id = ' Gasoline ' ,
38- version_id = ' Southwest ' ,
36+ api_endpoint_id = ' string ' ,
37+ api_id = ' string ' ,
38+ version_id = ' string ' ,
3939)
4040
4141res = s.api_endpoints.delete_api_endpoint(req)
@@ -75,9 +75,9 @@ s = speakeasy.Speakeasy(
7575)
7676
7777req = operations.FindAPIEndpointRequest(
78- api_id = ' Cotton ' ,
79- display_name = ' Chief ' ,
80- version_id = ' Wooden ' ,
78+ api_id = ' string ' ,
79+ display_name = ' string ' ,
80+ version_id = ' string ' ,
8181)
8282
8383res = s.api_endpoints.find_api_endpoint(req)
@@ -117,9 +117,9 @@ s = speakeasy.Speakeasy(
117117)
118118
119119req = operations.GenerateOpenAPISpecForAPIEndpointRequest(
120- api_endpoint_id = ' Mazda ' ,
121- api_id = ' web ' ,
122- version_id = ' explicabo ' ,
120+ api_endpoint_id = ' string ' ,
121+ api_id = ' string ' ,
122+ version_id = ' string ' ,
123123)
124124
125125res = s.api_endpoints.generate_open_api_spec_for_api_endpoint(req)
@@ -158,9 +158,9 @@ s = speakeasy.Speakeasy(
158158)
159159
160160req = operations.GeneratePostmanCollectionForAPIEndpointRequest(
161- api_endpoint_id = ' indigo ' ,
162- api_id = ' barring ' ,
163- version_id = ' Senior ' ,
161+ api_endpoint_id = ' string ' ,
162+ api_id = ' string ' ,
163+ version_id = ' string ' ,
164164)
165165
166166res = s.api_endpoints.generate_postman_collection_for_api_endpoint(req)
@@ -199,7 +199,7 @@ s = speakeasy.Speakeasy(
199199)
200200
201201req = operations.GetAllAPIEndpointsRequest(
202- api_id = ' unless ' ,
202+ api_id = ' string ' ,
203203)
204204
205205res = s.api_endpoints.get_all_api_endpoints(req)
@@ -238,8 +238,8 @@ s = speakeasy.Speakeasy(
238238)
239239
240240req = operations.GetAllForVersionAPIEndpointsRequest(
241- api_id = ' now ' ,
242- version_id = ' Diesel ' ,
241+ api_id = ' string ' ,
242+ version_id = ' string ' ,
243243)
244244
245245res = s.api_endpoints.get_all_for_version_api_endpoints(req)
@@ -278,9 +278,9 @@ s = speakeasy.Speakeasy(
278278)
279279
280280req = operations.GetAPIEndpointRequest(
281- api_endpoint_id = ' flog ' ,
282- api_id = ' synthesize ' ,
283- version_id = ' Barium ' ,
281+ api_endpoint_id = ' string ' ,
282+ api_id = ' string ' ,
283+ version_id = ' string ' ,
284284)
285285
286286res = s.api_endpoints.get_api_endpoint(req)
@@ -320,16 +320,16 @@ s = speakeasy.Speakeasy(
320320
321321req = operations.UpsertAPIEndpointRequest(
322322 api_endpoint_input = shared.APIEndpointInput(
323- api_endpoint_id = ' Facilitator ' ,
324- description = ' Cross-group bottom-line productivity ' ,
325- display_name = ' nor ' ,
326- method = ' Northwest ' ,
327- path = ' /private ' ,
328- version_id = ' what ' ,
323+ api_endpoint_id = ' string ' ,
324+ description = ' Public-key systematic attitude ' ,
325+ display_name = ' string ' ,
326+ method = ' string ' ,
327+ path = ' /etc/periodic ' ,
328+ version_id = ' string ' ,
329329 ),
330- api_endpoint_id = ' Trans ' ,
331- api_id = ' Kia ' ,
332- version_id = ' Electronic ' ,
330+ api_endpoint_id = ' string ' ,
331+ api_id = ' string ' ,
332+ version_id = ' string ' ,
333333)
334334
335335res = s.api_endpoints.upsert_api_endpoint(req)
0 commit comments