mirror of
https://github.com/zoriya/Aeris.git
synced 2026-05-30 01:39:11 +00:00
API: service: Reddit: sub_name => sib_id
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"name": "sub_name",
|
||||
"name": "sub_id",
|
||||
"type": "string",
|
||||
"description": {
|
||||
"en": "The name of the subreddit",
|
||||
@@ -53,11 +53,11 @@
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"name": "sub_name",
|
||||
"name": "sub_id",
|
||||
"type": "string",
|
||||
"description": {
|
||||
"en": "The name of the subreddit",
|
||||
"fr": "Le nom du subreddit"
|
||||
"en": "The ID of the subreddit",
|
||||
"fr": "Le ID du subreddit"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -92,11 +92,11 @@
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"name": "sub_name",
|
||||
"name": "sub_id",
|
||||
"type": "string",
|
||||
"description": {
|
||||
"en": "The name of the subreddit",
|
||||
"fr": "Le nom du subreddit"
|
||||
"en": "The ID of the subreddit",
|
||||
"fr": "Le ID du subreddit"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user