Description |
Code |
Response |
Get counter |
200 |
{"status":"success","message":"The ID 'name_id' was added and the count was successfully changed","count":1} |
|
200 |
{"status":"success","message":"The count of ID 'name_id' was successfully changed","count":2} |
Set counter |
202 |
{"status":"success","message":"The ID 'name_id' was added and the count was successfully changed","count":"1000"} |
|
201 |
{"status":"success","message":"The count of ID 'name_id' was successfully changed","count":"1000"} |
|
400 |
{"status":"error","message":"Invalid count value for 'name_id'. Count should be a number"} |