Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit9db1a4e

Browse 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 parent5a99056 commit9db1a4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md

Lines 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 Zencoderjob.
95+
The number passed to`details` is the ID of a Zencoderinput.
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 Zencoderjob.
103+
The number passed to`progress` is the ID of a Zencoderinput.
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 Zencoderjob.
112+
The number passed to`details` is the ID of a Zencoderoutput.
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 Zencoderjob.
120+
The number passed to`progress` is the ID of a Zencoderoutput.
121121

122122
```python
123123
client.output.progress(1)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp