@@ -28,9 +28,9 @@ type ListsApiService service
2828
2929/*
3030ListsApiService Add existing contacts to a list
31- * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
32- * @param listId Id of the list
33- * @param contactEmails Emails addresses OR IDs of the contacts
31+ - @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
32+ - @param listId Id of the list
33+ - @param contactEmails Emails addresses OR IDs of the contacts
3434
3535@return PostContactInfo
3636*/
@@ -167,8 +167,8 @@ func (a *ListsApiService) AddContactToList(ctx context.Context, listId int64, co
167167
168168/*
169169ListsApiService Create a list
170- * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
171- * @param createList Values to create a list
170+ - @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
171+ - @param createList Values to create a list
172172
173173@return CreateModel
174174*/
@@ -293,10 +293,8 @@ func (a *ListsApiService) CreateList(ctx context.Context, createList CreateList)
293293
294294/*
295295ListsApiService Delete a list
296- * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
297- * @param listId Id of the list
298-
299-
296+ - @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
297+ - @param listId Id of the list
300298*/
301299func (a * ListsApiService ) DeleteList (ctx context.Context , listId int64 ) (* http.Response , error ) {
302300 var (
@@ -713,8 +711,8 @@ func (a *ListsApiService) GetFolderLists(ctx context.Context, folderId int64, lo
713711
714712/*
715713ListsApiService Get a list's details
716- * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
717- * @param listId Id of the list
714+ - @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
715+ - @param listId Id of the list
718716
719717@return GetExtendedList
720718*/
@@ -986,9 +984,9 @@ func (a *ListsApiService) GetLists(ctx context.Context, localVarOptionals *GetLi
986984
987985/*
988986ListsApiService Delete a contact from a list
989- * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
990- * @param listId Id of the list
991- * @param contactEmails Emails addresses OR IDs of the contacts
987+ - @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
988+ - @param listId Id of the list
989+ - @param contactEmails Emails addresses OR IDs of the contacts
992990
993991@return PostContactInfo
994992*/
@@ -1125,11 +1123,9 @@ func (a *ListsApiService) RemoveContactFromList(ctx context.Context, listId int6
11251123
11261124/*
11271125ListsApiService Update a list
1128- * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
1129- * @param listId Id of the list
1130- * @param updateList Values to update a list
1131-
1132-
1126+ - @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
1127+ - @param listId Id of the list
1128+ - @param updateList Values to update a list
11331129*/
11341130func (a * ListsApiService ) UpdateList (ctx context.Context , listId int64 , updateList UpdateList ) (* http.Response , error ) {
11351131 var (
0 commit comments