File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,15 +92,15 @@ client.job.cancel(1)
9292
9393Get [ details] ( https://app.zencoder.com/docs/api/inputs/show ) about an input.
9494
95- The number passed to ` details ` is the ID of a Zencoder job .
95+ The number passed to ` details ` is the ID of a Zencoder input .
9696
9797``` python
9898client.input.details(1 )
9999```
100100
101101Get [ progress] ( https://app.zencoder.com/docs/api/inputs/progress ) for an input.
102102
103- The number passed to ` progress ` is the ID of a Zencoder job .
103+ The number passed to ` progress ` is the ID of a Zencoder input .
104104
105105``` python
106106client.input.progress(1 )
@@ -109,15 +109,15 @@ client.input.progress(1)
109109
110110Get [ details] ( https://app.zencoder.com/docs/api/outputs/show ) about an output.
111111
112- The number passed to ` details ` is the ID of a Zencoder job .
112+ The number passed to ` details ` is the ID of a Zencoder output .
113113
114114``` python
115115client.output.details(1 )
116116```
117117
118118Get [ progress] ( https://app.zencoder.com/docs/api/outputs/progress ) for an output.
119119
120- The number passed to ` progress ` is the ID of a Zencoder job .
120+ The number passed to ` progress ` is the ID of a Zencoder output .
121121
122122``` python
123123client.output.progress(1 )
You can’t perform that action at this time.
0 commit comments