File tree 1 file changed +4
-4
lines changed
Filter options
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)
92
92
93
93
Get [ details] ( https://app.zencoder.com/docs/api/inputs/show ) about an input.
94
94
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 .
96
96
97
97
``` python
98
98
client.input.details(1 )
99
99
```
100
100
101
101
Get [ progress] ( https://app.zencoder.com/docs/api/inputs/progress ) for an input.
102
102
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 .
104
104
105
105
``` python
106
106
client.input.progress(1 )
@@ -109,15 +109,15 @@ client.input.progress(1)
109
109
110
110
Get [ details] ( https://app.zencoder.com/docs/api/outputs/show ) about an output.
111
111
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 .
113
113
114
114
``` python
115
115
client.output.details(1 )
116
116
```
117
117
118
118
Get [ progress] ( https://app.zencoder.com/docs/api/outputs/progress ) for an output.
119
119
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 .
121
121
122
122
``` python
123
123
client.output.progress(1 )
You can’t perform that action at this time.
0 commit comments