Update webhook text
This commit is contained in:
parent
8484baac28
commit
250acbf6e9
@ -17,8 +17,6 @@ import { isValidUrl } from '../utils/urls';
|
|||||||
const { Title, Paragraph, Text } = Typography;
|
const { Title, Paragraph, Text } = Typography;
|
||||||
const { Option } = Select;
|
const { Option } = Select;
|
||||||
|
|
||||||
import format from 'date-fns/format';
|
|
||||||
|
|
||||||
import { fetchData, DELETE_WEBHOOK, CREATE_WEBHOOK, WEBHOOKS } from '../utils/apis';
|
import { fetchData, DELETE_WEBHOOK, CREATE_WEBHOOK, WEBHOOKS } from '../utils/apis';
|
||||||
|
|
||||||
const availableEvents = {
|
const availableEvents = {
|
||||||
@ -194,9 +192,9 @@ export default function Webhooks() {
|
|||||||
<div>
|
<div>
|
||||||
<Title>Webhooks</Title>
|
<Title>Webhooks</Title>
|
||||||
<Paragraph>
|
<Paragraph>
|
||||||
A webhook is a callback made to an external API in response to an event. These are endpoints
|
A webhook is a callback made to an external API in response to an event that takes place
|
||||||
that live outside of Owncast and run code who wants to be made aware of events that take
|
within Owncast. This can be used to build chat bots or sending automatic notifications that
|
||||||
place on your server.
|
you've started streaming.
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
<Paragraph>
|
<Paragraph>
|
||||||
Read more about how to use webhooks, with examples, at{' '}
|
Read more about how to use webhooks, with examples, at{' '}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user