Management APIStudy counters
Set a study counter value for scope
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
studyKey*string
scope*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
value*integer
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/studies/string/study-counters/string" \ -H "Content-Type: application/json" \ -d '{ "value": 0 }'{
"value": 0
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}