You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Parameters:
20
20
21
21
-`name`, route's top level name as in [https://github.com/DIYgod/RSSHub/tree/master/lib/routes](https://github.com/DIYgod/RSSHub/tree/master/lib/routes). Optional, **returns all public routes if not specified**.
22
22
23
-
A successful request returns a HTTP status code `200 OK` with the result in JSON:
23
+
A successful request returns an HTTP status code `200 OK` with the result in JSON:
24
24
25
25
```js
26
26
{
@@ -39,4 +39,4 @@ A successful request returns a HTTP status code `200 OK` with the result in JSON
39
39
}
40
40
```
41
41
42
-
If no matching results were found, the server returns only a HTTP status code `204 No Content`.
42
+
If no matching results were found, the server returns only an HTTP status code `204 No Content`.
0 commit comments