@@ -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 Zencoderjob .
95
+ The number passed to` details ` is the ID of a Zencoderinput .
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 Zencoderjob .
103
+ The number passed to` progress ` is the ID of a Zencoderinput .
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 Zencoderjob .
112
+ The number passed to` details ` is the ID of a Zencoderoutput .
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 Zencoderjob .
120
+ The number passed to` progress ` is the ID of a Zencoderoutput .
121
121
122
122
``` python
123
123
client.output.progress(1 )