Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/api/v3/asns_id.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Request Structure
Accept: */*
Cookie: mojolicious=...
Content-Length: 29
Content-Type: application/x-www-form-urlencoded
Content-Type: application/json

{"asn": 2, "cachegroupId": 1}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/v3/consistenthash.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Request Structure
Accept: */*
Cookie: mojolicious=...
Content-Length: 80
Content-Type: application/x-www-form-urlencoded
Content-Type: application/json

{"regex":"/.*?(/.*?/).*?(m3u8)","requestPath":"/test/path/asset.m3u8","cdnId":2}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/v4/asns_id.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Request Structure
Accept: */*
Cookie: mojolicious=...
Content-Length: 29
Content-Type: application/x-www-form-urlencoded
Content-Type: application/json

{"asn": 2, "cachegroupId": 1}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/v4/consistenthash.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Request Structure
Accept: */*
Cookie: mojolicious=...
Content-Length: 80
Content-Type: application/x-www-form-urlencoded
Content-Type: application/json

{"regex":"/.*?(/.*?/).*?(m3u8)","requestPath":"/test/path/asset.m3u8","cdnId":2}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/v5/asns_id.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Request Structure
Accept: */*
Cookie: mojolicious=...
Content-Length: 29
Content-Type: application/x-www-form-urlencoded
Content-Type: application/json

{"asn": 2, "cachegroupId": 1}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/v5/consistenthash.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Request Structure
Accept: */*
Cookie: mojolicious=...
Content-Length: 80
Content-Type: application/x-www-form-urlencoded
Content-Type: application/json

{"regex":"/.*?(/.*?/).*?(m3u8)","requestPath":"/test/path/asset.m3u8","cdnId":2}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
Sphinx>=5.1,<5.2
Sphinx>=7.0,<7.1
sphinx-rtd-theme>=1.3
sphinx_autodoc_typehints>=1.24
Pygments>=2.6
Expand Down