@@ -29,7 +29,6 @@ async function run() {
2929 security: {
3030 apiKey: " <YOUR_API_KEY_HERE>" ,
3131 },
32- workspaceID: " <value>" ,
3332 });
3433
3534 const res = await sdk .apis .getApis ({
@@ -163,7 +162,6 @@ async function run() {
163162 security: {
164163 apiKey: " <YOUR_API_KEY_HERE>" ,
165164 },
166- workspaceID: " <value>" ,
167165 });
168166
169167 let res;
@@ -213,7 +211,6 @@ async function run() {
213211 security: {
214212 apiKey: " <YOUR_API_KEY_HERE>" ,
215213 },
216- workspaceID: " <value>" ,
217214 });
218215
219216 const res = await sdk .apis .deleteApi ({
@@ -243,7 +240,6 @@ async function run() {
243240 security: {
244241 apiKey: " <YOUR_API_KEY_HERE>" ,
245242 },
246- workspaceID: " <value>" ,
247243 });
248244
249245 const res = await sdk .apis .deleteApi ({
@@ -305,7 +301,6 @@ async function run() {
305301 security: {
306302 apiKey: " <YOUR_API_KEY_HERE>" ,
307303 },
308- workspaceID: " <value>" ,
309304 });
310305
311306 const res = await sdk .apis .deleteApi ({
@@ -350,7 +345,6 @@ async function run() {
350345 security: {
351346 apiKey: " <YOUR_API_KEY_HERE>" ,
352347 },
353- workspaceID: " <value>" ,
354348 });
355349
356350 const res = await sdk .events .getWorkspaceEventsByTarget ({
@@ -381,7 +375,6 @@ async function run() {
381375 security: {
382376 apiKey: " <YOUR_API_KEY_HERE>" ,
383377 },
384- workspaceID: " <value>" ,
385378 });
386379
387380 const res = await sdk .auth .getWorkspaceAccess (
@@ -426,7 +419,6 @@ async function run() {
426419 security: {
427420 apiKey: " <YOUR_API_KEY_HERE>" ,
428421 },
429- workspaceID: " <value>" ,
430422 });
431423
432424 const res = await sdk .auth .getWorkspaceAccess ({});
0 commit comments