We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec33845 + c619c97 commit f99c25fCopy full SHA for f99c25f
1 file changed
README.md
@@ -79,7 +79,6 @@ await client.files.upload({ file: await toFile(Buffer.from('my bytes'), 'file'),
79
await client.files.upload({ file: await toFile(new Uint8Array([0, 1, 2]), 'file'), name: 'File Name' });
80
```
81
82
-
83
## Task operations
84
85
Operations can be found under the `imageOperations` and `pdfOperations` resources.
0 commit comments