Skip to content

Commit 017d665

Browse files
Automatically update staging NodeJS SDK
1 parent 46f679d commit 017d665

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

api/resources/admin/resources/points/resources/boosts/client/Client.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export declare class Boosts {
4444
*/
4545
create(request: TrophyApi.admin.points.CreatePointsBoostsRequest, requestOptions?: Boosts.RequestOptions): Promise<TrophyApi.CreatePointsBoostsResponse>;
4646
/**
47-
* Archive multiple points boosts by ID. This sets the boost status to 'archived' rather than deleting the records.
47+
* Archive multiple points boosts by ID.
4848
* @throws {@link TrophyApi.BadRequestError}
4949
* @throws {@link TrophyApi.UnauthorizedError}
5050
*

api/resources/admin/resources/points/resources/boosts/client/Client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class Boosts {
153153
});
154154
}
155155
/**
156-
* Archive multiple points boosts by ID. This sets the boost status to 'archived' rather than deleting the records.
156+
* Archive multiple points boosts by ID.
157157
* @throws {@link TrophyApi.BadRequestError}
158158
* @throws {@link TrophyApi.UnauthorizedError}
159159
*

api/resources/admin/resources/points/resources/boosts/client/requests/BoostsBatchDeleteRequest.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
export interface BoostsBatchDeleteRequest {
99
/**
10-
* Array of boost UUIDs to archive. Maximum 1000 IDs per request.
10+
* A list of up to 100 boost IDs.
1111
*/
1212
ids?: string | string[];
1313
}

0 commit comments

Comments
 (0)