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.
131
133
*[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.
132
-
*[getCodeSamplePreviewAsync](docs/sdks/codesamples/README.md#getcodesamplepreviewasync) - Poll for the result of an asynchronous Code Sample preview generation.
*[getCodeSamplePreviewAsync](docs/sdks/codesamples/README.md#getcodesamplepreviewasync) - Poll for the result of an asynchronous Code Sample preview generation.
134
136
135
137
### [events](docs/sdks/events/README.md)
136
138
@@ -143,27 +145,27 @@ if ($response->statusCode === 200) {
*[create](docs/sdks/organizations/README.md#create) - Create an organization
159
162
*[createBillingAddOns](docs/sdks/organizations/README.md#createbillingaddons) - Create billing add ons
160
163
*[createFreeTrial](docs/sdks/organizations/README.md#createfreetrial) - Create a free trial for an organization
161
-
*[create](docs/sdks/organizations/README.md#create) - Create an organization
162
164
*[deleteBillingAddOn](docs/sdks/organizations/README.md#deletebillingaddon) - Delete billing add ons
163
-
*[getBillingAddOns](docs/sdks/organizations/README.md#getbillingaddons) - Get billing add ons
164
165
*[get](docs/sdks/organizations/README.md#get) - Get organization
165
-
*[getUsage](docs/sdks/organizations/README.md#getusage) - Get billing usage summary for a particular organization
166
166
*[getAll](docs/sdks/organizations/README.md#getall) - Get organizations for a user
167
+
*[getBillingAddOns](docs/sdks/organizations/README.md#getbillingaddons) - Get billing add ons
168
+
*[getUsage](docs/sdks/organizations/README.md#getusage) - Get billing usage summary for a particular organization
167
169
168
170
### [reports](docs/sdks/reports/README.md)
169
171
@@ -176,6 +178,13 @@ if ($response->statusCode === 200) {
176
178
*[createSchemaStoreItem](docs/sdks/schemastore/README.md#createschemastoreitem) - Create a schema in the schema store
177
179
*[getSchemaStoreItem](docs/sdks/schemastore/README.md#getschemastoreitem) - Get a OAS schema from the schema store
178
180
181
+
### [SDK](docs/sdks/sdk/README.md)
182
+
183
+
*[createPublishingToken](docs/sdks/sdk/README.md#createpublishingtoken) - Create a publishing token for a workspace
184
+
*[deletePublishingToken](docs/sdks/sdk/README.md#deletepublishingtoken) - Delete a specific publishing token
185
+
*[getPublishingTokenByID](docs/sdks/sdk/README.md#getpublishingtokenbyid) - Get a specific publishing token
186
+
*[getPublishingTokenTargetByID](docs/sdks/sdk/README.md#getpublishingtokentargetbyid) - Get a specific publishing token target
187
+
*[updatePublishingTokenExpiration](docs/sdks/sdk/README.md#updatepublishingtokenexpiration) - Updates the validitity period of a publishing token
179
188
180
189
### [shortURLs](docs/sdks/shorturls/README.md)
181
190
@@ -198,13 +207,14 @@ if ($response->statusCode === 200) {
198
207
*[create](docs/sdks/workspaces/README.md#create) - Create a workspace
199
208
*[createToken](docs/sdks/workspaces/README.md#createtoken) - Create a token for a particular workspace
200
209
*[deleteToken](docs/sdks/workspaces/README.md#deletetoken) - Delete a token for a particular workspace
201
-
*[getByID](docs/sdks/workspaces/README.md#getbyid) - Get workspace
202
210
*[get](docs/sdks/workspaces/README.md#get) - Get workspace by context
211
+
*[getAll](docs/sdks/workspaces/README.md#getall) - Get workspaces for a user
212
+
*[getByID](docs/sdks/workspaces/README.md#getbyid) - Get workspace
203
213
*[getFeatureFlags](docs/sdks/workspaces/README.md#getfeatureflags) - Get workspace feature flags
214
+
*[getPublishingToken](docs/sdks/workspaces/README.md#getpublishingtoken) - Get publishing tokens for a workspace
204
215
*[getSettings](docs/sdks/workspaces/README.md#getsettings) - Get workspace settings
205
216
*[getTeam](docs/sdks/workspaces/README.md#getteam) - Get team members for a particular workspace
206
217
*[getTokens](docs/sdks/workspaces/README.md#gettokens) - Get tokens for a particular workspace
207
-
*[getAll](docs/sdks/workspaces/README.md#getall) - Get workspaces for a user
208
218
*[grantAccess](docs/sdks/workspaces/README.md#grantaccess) - Grant a user access to a particular workspace
209
219
*[revokeAccess](docs/sdks/workspaces/README.md#revokeaccess) - Revoke a user's access to a particular workspace
210
220
*[setFeatureFlags](docs/sdks/workspaces/README.md#setfeatureflags) - Set workspace feature flags
@@ -355,7 +365,7 @@ By default an API error will raise a `Errorors\SDKExceptioon` exception, which h
355
365
|`$rawResponse`|*?\Psr\Http\Message\ResponseInterface*| The raw HTTP response |
356
366
|`$body`|*string*| The response content |
357
367
358
-
When custom error responses are specified for an operation, the SDK may also throw their associated exception. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `setArchived` method throws the following exceptions:
368
+
When custom error responses are specified for an operation, the SDK may also throw their associated exception. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `createPublishingToken` method throws the following exceptions:
0 commit comments