Skip to content

Commit

Permalink
GITBOOK-362: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
getroot authored and gitbook-bot committed Mar 6, 2023
1 parent cf0fbb9 commit 177e4ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* [Live Source](live-source/README.md)
* [RTMP](live-source/rtmp.md)
* [WebRTC / WHIP](live-source/webrtc-beta.md)
* [SRT (Beta)](live-source/srt-beta.md)
* [SRT](live-source/srt-beta.md)
* [MPEG-2 TS](live-source/mpeg-2-ts-beta.md)
* [RTSP Pull](live-source/rtsp-pull-beta.md)
* [ABR and Transcoding](transcoding/README.md)
Expand All @@ -24,9 +24,9 @@
* [AdmissionWebhooks (beta)](access-control/admission-webhooks.md)
* [Clustering](origin-edge-clustering.md)
* [Thumbnail](thumbnail-experiment.md)
* [Recording (Beta)](recording-experiment.md)
* [Push Publishing (Beta)](push-publishing.md)
* [REST API (Beta)](rest-api/README.md)
* [Recording](recording-experiment.md)
* [Push Publishing](push-publishing.md)
* [REST API](rest-api/README.md)
* [v1](rest-api/v1/README.md)
* [Data Types](rest-api/v1/data-types/README.md)
* [Primitives/Notations](rest-api/v1/data-types/primitives-notations.md)
Expand Down
10 changes: 8 additions & 2 deletions docs/rest-api/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# REST API (Beta)
# REST API

## Overview

Expand Down Expand Up @@ -180,6 +180,10 @@ if you set


{% hint style="info" %}
OvenMediaEngine API uses Basic HTTP Authentication Scheme to authenticate clients. [https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication)
{% endhint %}

#### \<OME\_HOST>

This means the IP or domain of the server on which your OME is running.
Expand All @@ -200,7 +204,9 @@ Indicates the API path to be called. The API path is usually in the following fo
/resource-group[/resource[/resource-group[/resource/...]]][:action]
```

`resource` means an item, such as `VirtualHost` or `Application`, and `action` is used to command an action to a specific resource, such as `push` or `record`.
`resource` means an item, such as `VirtualHost` or `Application`, and `action` is used to command an action to a specific resource, such as `push` or `record`.



### Response

Expand Down

0 comments on commit 177e4ff

Please sign in to comment.