We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d95ad commit 4a4ee1dCopy full SHA for 4a4ee1d
restapi.json
@@ -410,7 +410,20 @@
410
],
411
"responses": {
412
"200": {
413
- "description": "Success"
+ "description": "Success",
414
+ "content": {
415
+ "application/json": {
416
+ "schema": {
417
+ "properties": {
418
+ "subscribers_count": {
419
+ "type": "integer",
420
+ "example": 42
421
+ }
422
+ },
423
+ "type": "object"
424
425
426
427
},
428
"403": {
429
"description": "Failure",
0 commit comments