Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9db1a4e

Browse filesBrowse files
Craig AndersonCraig Anderson
Craig Anderson
authored and
Craig Anderson
committed
Fix documentation. Numbers passed into input and outputs methods are input and output IDs, not job IDs.
1 parent 5a99056 commit 9db1a4e
Copy full SHA for 9db1a4e

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ client.job.cancel(1)
9292

9393
Get [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
9898
client.input.details(1)
9999
```
100100

101101
Get [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
106106
client.input.progress(1)
@@ -109,15 +109,15 @@ client.input.progress(1)
109109

110110
Get [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
115115
client.output.details(1)
116116
```
117117

118118
Get [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
123123
client.output.progress(1)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.