Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Sep 5, 2024
1 parent 6c39090 commit 6ce3e1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can use Chrome or your application, to request the HTTP API of SRS to get th

The HTTP API of SRS follows the simple priciple:

* Only provides API in json format, both request and json are json.
* Only provides API in json format, both request and response are json.
* Please use [srs-console](https://github.com/ossrs/srs-console) to access API.
* When error, response in HTTP status or code in json.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.0/doc/http-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Once HTTP API enabled, you can use [srs-console](http://ossrs.net/console/) to c

The HTTP API of SRS follows the simple priciple:

* Only provides API in json format, both request and json are json.
* Only provides API in json format, both request and response are json.
* Please use [srs-console](https://github.com/ossrs/srs-console) to access API.
* When error, response in HTTP status or code in json.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-6.0/doc/http-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can use Chrome or your application, to request the HTTP API of SRS to get th

The HTTP API of SRS follows the simple priciple:

* Only provides API in json format, both request and json are json.
* Only provides API in json format, both request and response are json.
* Please use [srs-console](https://github.com/ossrs/srs-console) to access API.
* When error, response in HTTP status or code in json.

Expand Down

0 comments on commit 6ce3e1c

Please sign in to comment.