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
*[CreatePublishingToken](docs/sdks/speakeasy/README.md#createpublishingtoken) - Create a publishing token for a workspace
175
+
*[DeletePublishingToken](docs/sdks/speakeasy/README.md#deletepublishingtoken) - Delete a specific publishing token
176
+
*[GetPublishingTokenByID](docs/sdks/speakeasy/README.md#getpublishingtokenbyid) - Get a specific publishing token
177
+
*[GetPublishingTokenTargetByID](docs/sdks/speakeasy/README.md#getpublishingtokentargetbyid) - Get a specific publishing token target
178
+
*[UpdatePublishingTokenExpiration](docs/sdks/speakeasy/README.md#updatepublishingtokenexpiration) - Updates the validitity period of a publishing token
*[GetAll](docs/sdks/workspaces/README.md#getall) - Get workspaces for a user
185
199
*[GetByID](docs/sdks/workspaces/README.md#getbyid) - Get workspace
186
200
*[GetFeatureFlags](docs/sdks/workspaces/README.md#getfeatureflags) - Get workspace feature flags
201
+
*[GetPublishingToken](docs/sdks/workspaces/README.md#getpublishingtoken) - Get publishing tokens for a workspace
187
202
*[GetSettings](docs/sdks/workspaces/README.md#getsettings) - Get workspace settings
188
203
*[GetTeam](docs/sdks/workspaces/README.md#getteam) - Get team members for a particular workspace
189
204
*[GetTokens](docs/sdks/workspaces/README.md#gettokens) - Get tokens for a particular workspace
@@ -211,7 +226,7 @@ Handling errors in this SDK should largely match your expectations. All operatio
211
226
212
227
By Default, an API error will return `sdkerrors.SDKError`. When custom error responses are specified for an operation, the SDK may also return their associated error. You can refer to respective *Errors* tables in SDK docs for more details on possible error types for each operation.
213
228
214
-
For example, the `CreateRemoteSource` function may return the following errors:
229
+
For example, the `CreatePublishingToken` function may return the following errors:
0 commit comments