Skip to content

Commit 0293bd3

Browse files
authored
Merge pull request #734 from XeroAPI/feature/bytearray-v2
fixes response schema for getManualJournalAttachmentById
2 parents 34f9ed8 + 1ce700e commit 0293bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xero_accounting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10776,7 +10776,7 @@ paths:
1077610776
application/octet-stream:
1077710777
schema:
1077810778
type: string
10779-
format: byte
10779+
format: binary
1078010780
/ManualJournals/{ManualJournalID}/Attachments/{FileName}:
1078110781
parameters:
1078210782
- $ref: '#/components/parameters/requiredHeader'

0 commit comments

Comments
 (0)