Skip to content

Commit 4a4ee1d

Browse files
author
github-actions
committed
Update REST API documentation Sat Apr 12 16:00:14 UTC 2025
1 parent 70d95ad commit 4a4ee1d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

restapi.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,20 @@
410410
],
411411
"responses": {
412412
"200": {
413-
"description": "Success"
413+
"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+
}
414427
},
415428
"403": {
416429
"description": "Failure",

0 commit comments

Comments
 (0)