Skip to content

Commit

Permalink
feat: revert approver file_ids support from 552 POST /approver/expens…
Browse files Browse the repository at this point in the history
…es (#585)
  • Loading branch information
prabs222 authored Dec 6, 2024
1 parent 82813c9 commit 9d755b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions reference/approver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2536,15 +2536,6 @@ components:
$ref: '#/components/schemas/locations'
custom_fields:
$ref: '#/components/schemas/custom_fields'
file_ids:
type: array
items:
allOf:
- $ref: '#/components/schemas/fk_string'
description: |
List of file ids to attach to the expense. <br>
To add new files to the expense, send the list of file ids to be attached. <br>
To remove files from the expense, send the list of all file ids except which you want to remove. <br>
hotel_is_breakfast_provided:
type: boolean
nullable: true
Expand Down
9 changes: 0 additions & 9 deletions src/components/schemas/expense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1152,15 +1152,6 @@ approver_expense_in:
$ref: './fields.yaml#/locations'
custom_fields:
$ref: './fields.yaml#/custom_fields'
file_ids:
type: array
items:
allOf:
- $ref: './fields.yaml#/fk_string'
description: |
List of file ids to attach to the expense. <br>
To add new files to the expense, send the list of file ids to be attached. <br>
To remove files from the expense, send the list of all file ids except which you want to remove. <br>
hotel_is_breakfast_provided:
type: boolean
nullable: true
Expand Down

0 comments on commit 9d755b9

Please sign in to comment.