This commit is contained in:
3
dist/services/TrackService.d.ts
vendored
3
dist/services/TrackService.d.ts
vendored
@@ -39,9 +39,10 @@ export declare class TrackService {
|
||||
* Remove
|
||||
* Delete the track whose id you provided. <br> If no track with this id exists it will just return 204(no content).
|
||||
* @param id
|
||||
* @param force
|
||||
* @returns ResponseTrack
|
||||
* @returns ResponseEmpty
|
||||
* @throws ApiError
|
||||
*/
|
||||
static trackControllerRemove(id: number): Promise<ResponseTrack | ResponseEmpty>;
|
||||
static trackControllerRemove(id: number, force?: boolean): Promise<ResponseTrack | ResponseEmpty>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user