-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpubnotify.yaml
30 lines (25 loc) · 933 Bytes
/
pubnotify.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
get:
tags:
- Hub
summary: Pub Notify
# language=Markdown
description: |
Notify the index that a feed has changed
Note: No API key needed for this endpoint.
Examples:
- https://api.podcastindex.org/api/1.0/hub/pubnotify?id=920666&pretty
- https://api.podcastindex.org/api/1.0/hub/pubnotify?url=https://feeds.theincomparable.com/batmanuniversity&pretty
operationId: hub/pubnotify
security: [] # no security required
parameters:
- $ref: '../../components/parameters/id_feed_podcast_pi_pubnotify.yaml'
- $ref: '../../components/parameters/url_pubnotify.yaml'
- $ref: '../../components/parameters/reason_liveonly.yaml'
- $ref: '../../components/parameters/pretty.yaml'
responses:
'200':
$ref: '../../components/responses/hub_pubnotify.yaml'
'400':
$ref: '../../components/responses/400.yaml'
'401':
$ref: '../../components/responses/401.yaml'