chore(v4.1.6): updated post to postPrivate for getP2POnlineAds

This commit is contained in:
JJ-Cro
2025-05-05 11:42:45 +02:00
parent 4573f4b710
commit 134b5c8251
4 changed files with 198 additions and 198 deletions

View File

@@ -2883,7 +2883,7 @@ export class RestClientV5 extends BaseRestClient {
getP2POnlineAds(
params: GetP2POnlineAdsParamsV5,
): Promise<APIResponseV3WithTime<P2POnlineAdsResponseV5>> {
return this.post('/v5/p2p/item/online', params);
return this.postPrivate('/v5/p2p/item/online', params);
}
/**