Skip to content

Commit cb704b9

Browse files
Pasniczyaurelienshz
authored andcommitted
Fix verify rewarded ad status API endpoint http method (#23)
1 parent e6d5f26 commit cb704b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ GET /payments/incomplete_server_payments
178178
Verify status of a rewarded ad by `adId` returned by client Pi SDK method `displayAd('rewarded')`
179179

180180
```
181-
POST /ads_network/status/:adId
181+
GET /ads_network/status/:adId
182182
```
183183

184184
- Authorization method: **Server API Key**

0 commit comments

Comments
 (0)