Skip to content

Commit

Permalink
feat: Request format has been updated from byte to binary for applica…
Browse files Browse the repository at this point in the history
…tion octet stream
  • Loading branch information
Vignesh Kennadi authored and sangeet-joy_xero committed Oct 29, 2024
1 parent e2bf471 commit ab22603
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
put:
security:
- OAuth2: [accounting.attachments]
Expand Down Expand Up @@ -600,7 +600,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
/BatchPayments:
parameters:
- $ref: '#/components/parameters/requiredHeader'
Expand Down Expand Up @@ -2647,7 +2647,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
put:
security:
- OAuth2: [accounting.attachments]
Expand Down Expand Up @@ -2692,7 +2692,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
'/BankTransactions/{BankTransactionID}/History':
parameters:
- $ref: '#/components/parameters/requiredHeader'
Expand Down Expand Up @@ -3191,7 +3191,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
put:
security:
- OAuth2: [accounting.attachments]
Expand Down Expand Up @@ -3235,7 +3235,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
'/BankTransfers/{BankTransferID}/History':
parameters:
- $ref: '#/components/parameters/requiredHeader'
Expand Down Expand Up @@ -5029,7 +5029,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
put:
security:
- OAuth2: [accounting.attachments]
Expand Down Expand Up @@ -5073,7 +5073,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
'/Contacts/{ContactID}/CISSettings':
parameters:
- $ref: '#/components/parameters/requiredHeader'
Expand Down Expand Up @@ -6826,7 +6826,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
put:
security:
- OAuth2: [accounting.attachments]
Expand Down Expand Up @@ -6872,7 +6872,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
'/CreditNotes/{CreditNoteID}/pdf':
parameters:
- $ref: '#/components/parameters/requiredHeader'
Expand Down Expand Up @@ -9636,7 +9636,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
put:
security:
- OAuth2: [accounting.attachments]
Expand Down Expand Up @@ -9682,7 +9682,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
'/Invoices/{InvoiceID}/OnlineInvoice':
parameters:
- $ref: '#/components/parameters/requiredHeader'
Expand Down Expand Up @@ -11954,7 +11954,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
put:
security:
- OAuth2: [accounting.attachments]
Expand Down Expand Up @@ -11999,7 +11999,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
'/ManualJournals/{ManualJournalID}/History':
parameters:
- $ref: '#/components/parameters/requiredHeader'
Expand Down Expand Up @@ -15719,7 +15719,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
put:
security:
- OAuth2: [accounting.attachments]
Expand Down Expand Up @@ -15764,7 +15764,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
/Quotes:
parameters:
- $ref: '#/components/parameters/requiredHeader'
Expand Down Expand Up @@ -16753,7 +16753,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
put:
security:
- OAuth2: [accounting.attachments]
Expand Down Expand Up @@ -16798,7 +16798,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
/Receipts:
parameters:
- $ref: '#/components/parameters/requiredHeader'
Expand Down Expand Up @@ -17640,7 +17640,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
put:
security:
- OAuth2: [accounting.attachments]
Expand Down Expand Up @@ -17685,7 +17685,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
'/Receipts/{ReceiptID}/History':
parameters:
- $ref: '#/components/parameters/requiredHeader'
Expand Down Expand Up @@ -18470,7 +18470,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
put:
security:
- OAuth2: [accounting.attachments]
Expand Down Expand Up @@ -18515,7 +18515,7 @@ paths:
application/octet-stream:
schema:
type: string
format: byte
format: binary
'/RepeatingInvoices/{RepeatingInvoiceID}/History':
parameters:
- $ref: '#/components/parameters/requiredHeader'
Expand Down

0 comments on commit ab22603

Please sign in to comment.