v1
latestOpenAPI 3.0.02026-07-147249104.6 KBstats: Find marketplace statistics
Increments a statistics field
increment a statistics field
post/stats/increment/{field}
Path parameters
fieldstring required
The field to be incremented
Query parameters
appIdstring required
The id of the app associated with this statistic value
userIdstring
The id of the user that is performing the action
valueinteger
The increment amount. Default is 1 if no value is provided.
dateinteger
The date (in millis) for when this increment occurred. The default is the current date if no value is provided.
Response
OK