You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[generateCodeSamplePreview](docs/sdks/codesamples/README.md#generatecodesamplepreview) - Generate Code Sample previews from a file and configuration parameters.
229
226
*[generateCodeSamplePreviewAsync](docs/sdks/codesamples/README.md#generatecodesamplepreviewasync) - Initiate asynchronous Code Sample preview generation from a file and configuration parameters, receiving an async JobID response for polling.
*[getCodeSamplePreviewAsync](docs/sdks/codesamples/README.md#getcodesamplepreviewasync) - Poll for the result of an asynchronous Code Sample preview generation.
232
229
233
-
### [events](docs/sdks/events/README.md)
230
+
### [Events](docs/sdks/events/README.md)
234
231
235
232
*[getEventsByTarget](docs/sdks/events/README.md#geteventsbytarget) - Load recent events for a particular workspace
236
233
*[getTargets](docs/sdks/events/README.md#gettargets) - Load targets for a particular workspace
237
234
*[getTargetsDeprecated](docs/sdks/events/README.md#gettargetsdeprecated) - Load targets for a particular workspace
238
235
*[post](docs/sdks/events/README.md#post) - Post events for a specific workspace
239
236
*[search](docs/sdks/events/README.md#search) - Search events for a particular workspace by any field
*[create](docs/sdks/publishingtokens/README.md#create) - Create a publishing token for a workspace
269
266
*[delete](docs/sdks/publishingtokens/README.md#delete) - Delete a specific publishing token
@@ -273,34 +270,33 @@ run();
273
270
*[resolveTarget](docs/sdks/publishingtokens/README.md#resolvetarget) - Get a specific publishing token target
274
271
*[update](docs/sdks/publishingtokens/README.md#update) - Updates the validitity period of a publishing token
275
272
276
-
### [reports](docs/sdks/reports/README.md)
273
+
### [Reports](docs/sdks/reports/README.md)
277
274
278
275
*[getChangesReportSignedUrl](docs/sdks/reports/README.md#getchangesreportsignedurl) - Get the signed access url for the change reports for a particular document.
279
276
*[getLintingReportSignedUrl](docs/sdks/reports/README.md#getlintingreportsignedurl) - Get the signed access url for the linting reports for a particular document.
280
277
*[uploadReport](docs/sdks/reports/README.md#uploadreport) - Upload a report.
*[activateSubscriptionNamespace](docs/sdks/subscriptions/README.md#activatesubscriptionnamespace) - Activate an ignored namespace for a subscription
294
290
*[ignoreSubscriptionNamespace](docs/sdks/subscriptions/README.md#ignoresubscriptionnamespace) - Ignored a namespace for a subscription
295
291
296
-
### [suggest](docs/sdks/suggest/README.md)
292
+
### [Suggest](docs/sdks/suggest/README.md)
297
293
298
294
*[suggest](docs/sdks/suggest/README.md#suggest) - Generate suggestions for improving an OpenAPI document.
299
295
*[suggestItems](docs/sdks/suggest/README.md#suggestitems) - Generate generic suggestions for a list of items.
300
296
*[suggestOpenAPI](docs/sdks/suggest/README.md#suggestopenapi) - (DEPRECATED) Generate suggestions for improving an OpenAPI document.
301
297
*[suggestOpenAPIRegistry](docs/sdks/suggest/README.md#suggestopenapiregistry) - Generate suggestions for improving an OpenAPI document stored in the registry.
302
298
303
-
### [workspaces](docs/sdks/workspaces/README.md)
299
+
### [Workspaces](docs/sdks/workspaces/README.md)
304
300
305
301
*[create](docs/sdks/workspaces/README.md#create) - Create a workspace
306
302
*[createToken](docs/sdks/workspaces/README.md#createtoken) - Create a token for a particular workspace
@@ -379,7 +375,7 @@ run();
379
375
### Error Classes
380
376
**Primary errors:**
381
377
*[`SpeakeasyError`](./src/sdk/models/errors/speakeasyerror.ts): The base class for HTTP error responses.
382
-
*[`ErrorT`](docs/sdk/models/errors/errort.md): The `Status` type defines a logical error model. *
378
+
*[`ErrorT`](./src/sdk/models/errors/errort.ts): The `Status` type defines a logical error model. *
383
379
384
380
<details><summary>Less common errors (6)</summary>
0 commit comments