aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-11-19 22:10:35 +0100
committerRigel Kent <sendmemail@rigelk.eu>2018-11-19 22:10:35 +0100
commitd216b5387fb774d1355df3ace002f7be469bd450 (patch)
treecf92eb242d761447a7665c408bf02a2bce880cad /support
parent65f02679303bbf7beebe222eff3ad9394fe23fea (diff)
downloadPeerTube-d216b5387fb774d1355df3ace002f7be469bd450.tar.gz
PeerTube-d216b5387fb774d1355df3ace002f7be469bd450.tar.zst
PeerTube-d216b5387fb774d1355df3ace002f7be469bd450.zip
add job state in path in openapi spec
Diffstat (limited to 'support')
-rw-r--r--support/doc/api/openapi.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index 8fbc52e99..aa6be7e87 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -300,7 +300,7 @@ paths:
300 responses: 300 responses:
301 '200': 301 '200':
302 description: successful operation 302 description: successful operation
303 /jobs: 303 /jobs/{state}:
304 get: 304 get:
305 summary: Get list of jobs 305 summary: Get list of jobs
306 security: 306 security: