Skip to content

Commit

Permalink
adds optional options dict to job responses
Browse files Browse the repository at this point in the history
  • Loading branch information
louismrose committed Mar 19, 2024
1 parent c3f1a93 commit 0855935
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,10 @@ components:
example: 's3://CREDENTIAL_NAME@my-bucket-name/logo.jpg'
exports:
$ref: '#/components/schemas/Exports'
options:
type: object
description: Additional options for the conversion
additionalProperties: true
description: Represents the process of converting a file to another format.
PagingNumeric:
type: object
Expand Down

0 comments on commit 0855935

Please sign in to comment.