@@ -255,9 +255,9 @@ run();
255255### [ lms] ( docs/sdks/lms/README.md )
256256
257257* [ batchUpsertContent] ( docs/sdks/lms/README.md#batchupsertcontent ) - Batch Upsert Content
258- * [ createContent] ( docs/sdks/lms/README.md#createcontent ) - Create Content
258+ * [ batchUpsertCourse] ( docs/sdks/lms/README.md#batchupsertcourse ) - Batch Upsert Course
259+ * [ createCollection] ( docs/sdks/lms/README.md#createcollection ) - Create Collection
259260* [ createUserCompletion] ( docs/sdks/lms/README.md#createusercompletion ) - Create User Completion
260- * [ deleteContent] ( docs/sdks/lms/README.md#deletecontent ) - Delete Content
261261* [ getAssignment] ( docs/sdks/lms/README.md#getassignment ) - Get Assignment
262262* [ getCategory] ( docs/sdks/lms/README.md#getcategory ) - Get Category
263263* [ getCompletion] ( docs/sdks/lms/README.md#getcompletion ) - Get Completion
@@ -276,8 +276,9 @@ run();
276276* [ listUserAssignments] ( docs/sdks/lms/README.md#listuserassignments ) - List User Assignments
277277* [ listUserCompletions] ( docs/sdks/lms/README.md#listusercompletions ) - List User Completions
278278* [ listUsers] ( docs/sdks/lms/README.md#listusers ) - List Users
279- * [ updateContent ] ( docs/sdks/lms/README.md#updatecontent ) - Update Content
279+ * [ updateCollection ] ( docs/sdks/lms/README.md#updatecollection ) - Update Collection
280280* [ upsertContent] ( docs/sdks/lms/README.md#upsertcontent ) - Upsert Content
281+ * [ upsertCourse] ( docs/sdks/lms/README.md#upsertcourse ) - Upsert Course
281282
282283### [ marketing] ( docs/sdks/marketing/README.md )
283284
@@ -384,9 +385,9 @@ If a HTTP request fails, an operation my also throw an error from the `sdk/model
384385
385386In addition, when custom error responses are specified for an operation, the SDK may throw their associated Error type. You can refer to respective * Errors* tables in SDK docs for more details on possible error types for each operation. For example, the ` deleteAccount ` method may throw the following errors:
386387
387- | Error Type | Status Code | Content Type |
388- | --------------- | --------------- | --- ------------ |
389- | errors.SDKError | 4XX, 5XX | \* /\* |
388+ | Error Type | Status Code | Content Type |
389+ | --------------- | ----------- | ------------ |
390+ | errors.SDKError | 4XX, 5XX | \* /\* |
390391
391392``` typescript
392393import { StackOne } from " @stackone/stackone-client-ts" ;
@@ -493,9 +494,9 @@ const sdk = new StackOne({ httpClient });
493494
494495This SDK supports the following security scheme globally:
495496
496- | Name | Type | Scheme |
497- | --------------------- | --------------------- | ----------- ---------- |
498- | ` username ` ` password ` | http | HTTP Basic |
497+ | Name | Type | Scheme |
498+ | ------------------------- | ---- | ---------- |
499+ | ` username ` < br /> ` password ` | http | HTTP Basic |
499500
500501You can set the security parameters through the ` security ` optional parameter when initializing the SDK client instance. For example:
501502``` typescript
@@ -744,9 +745,9 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
744745- [ ` iamListRoles ` ] ( docs/sdks/iam/README.md#listroles ) - List Roles
745746- [ ` iamListUsers ` ] ( docs/sdks/iam/README.md#listusers ) - List Users
746747- [ ` lmsBatchUpsertContent ` ] ( docs/sdks/lms/README.md#batchupsertcontent ) - Batch Upsert Content
747- - [ ` lmsCreateContent ` ] ( docs/sdks/lms/README.md#createcontent ) - Create Content
748+ - [ ` lmsBatchUpsertCourse ` ] ( docs/sdks/lms/README.md#batchupsertcourse ) - Batch Upsert Course
749+ - [ ` lmsCreateCollection ` ] ( docs/sdks/lms/README.md#createcollection ) - Create Collection
748750- [ ` lmsCreateUserCompletion ` ] ( docs/sdks/lms/README.md#createusercompletion ) - Create User Completion
749- - [ ` lmsDeleteContent ` ] ( docs/sdks/lms/README.md#deletecontent ) - Delete Content
750751- [ ` lmsGetAssignment ` ] ( docs/sdks/lms/README.md#getassignment ) - Get Assignment
751752- [ ` lmsGetCategory ` ] ( docs/sdks/lms/README.md#getcategory ) - Get Category
752753- [ ` lmsGetCompletion ` ] ( docs/sdks/lms/README.md#getcompletion ) - Get Completion
@@ -765,8 +766,9 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
765766- [ ` lmsListUserAssignments ` ] ( docs/sdks/lms/README.md#listuserassignments ) - List User Assignments
766767- [ ` lmsListUserCompletions ` ] ( docs/sdks/lms/README.md#listusercompletions ) - List User Completions
767768- [ ` lmsListUsers ` ] ( docs/sdks/lms/README.md#listusers ) - List Users
768- - [ ` lmsUpdateContent ` ] ( docs/sdks/lms/README.md#updatecontent ) - Update Content
769+ - [ ` lmsUpdateCollection ` ] ( docs/sdks/lms/README.md#updatecollection ) - Update Collection
769770- [ ` lmsUpsertContent ` ] ( docs/sdks/lms/README.md#upsertcontent ) - Upsert Content
771+ - [ ` lmsUpsertCourse ` ] ( docs/sdks/lms/README.md#upsertcourse ) - Upsert Course
770772- [ ` marketingCreateContentBlock ` ] ( docs/sdks/marketing/README.md#createcontentblock ) - Create Content Block
771773- [ ` marketingCreateEmailTemplate ` ] ( docs/sdks/marketing/README.md#createemailtemplate ) - Create Email Templates
772774- [ ` marketingCreateInAppTemplate ` ] ( docs/sdks/marketing/README.md#createinapptemplate ) - Create In-App Template
0 commit comments