diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-11-19 22:10:35 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-11-19 22:10:35 +0100 |
commit | d216b5387fb774d1355df3ace002f7be469bd450 (patch) | |
tree | cf92eb242d761447a7665c408bf02a2bce880cad /support/doc/api/openapi.yaml | |
parent | 65f02679303bbf7beebe222eff3ad9394fe23fea (diff) | |
download | PeerTube-d216b5387fb774d1355df3ace002f7be469bd450.tar.gz PeerTube-d216b5387fb774d1355df3ace002f7be469bd450.tar.zst PeerTube-d216b5387fb774d1355df3ace002f7be469bd450.zip |
add job state in path in openapi spec
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 |
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: |