From 6ce3e1c0e5c41c6a30e481426998f11323f14c72 Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 5 Sep 2024 17:40:40 +0800 Subject: [PATCH] Update --- .../docusaurus-plugin-content-docs/current/doc/http-api.md | 2 +- versioned_docs/version-4.0/doc/http-api.md | 2 +- versioned_docs/version-6.0/doc/http-api.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/en-us/docusaurus-plugin-content-docs/current/doc/http-api.md b/i18n/en-us/docusaurus-plugin-content-docs/current/doc/http-api.md index 81fcbbc9..b024e9e1 100644 --- a/i18n/en-us/docusaurus-plugin-content-docs/current/doc/http-api.md +++ b/i18n/en-us/docusaurus-plugin-content-docs/current/doc/http-api.md @@ -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. diff --git a/versioned_docs/version-4.0/doc/http-api.md b/versioned_docs/version-4.0/doc/http-api.md index 68d4e011..18d92ff3 100644 --- a/versioned_docs/version-4.0/doc/http-api.md +++ b/versioned_docs/version-4.0/doc/http-api.md @@ -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. diff --git a/versioned_docs/version-6.0/doc/http-api.md b/versioned_docs/version-6.0/doc/http-api.md index 6b266610..85b8f75f 100644 --- a/versioned_docs/version-6.0/doc/http-api.md +++ b/versioned_docs/version-6.0/doc/http-api.md @@ -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.