Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new key #250

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions reference/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1897,6 +1897,7 @@ components:
required:
- id
- description
- include_expenses_with_policy_violation
- schedule_config
- org_id
- created_at
Expand Down Expand Up @@ -1925,6 +1926,9 @@ components:
$ref: '#/components/schemas/user_id'
creator_user:
$ref: '#/components/schemas/user_out_embed'
include_expenses_with_policy_violation:
type: boolean
example: true
automate_report_submission_in:
type: object
properties:
Expand Down
4 changes: 4 additions & 0 deletions src/components/schemas/automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ automate_report_submission_out:
required:
- id
- description
- include_expenses_with_policy_violation
- schedule_config
- org_id
- created_at
Expand All @@ -55,6 +56,9 @@ automate_report_submission_out:
$ref: './fields.yaml#/user_id'
creator_user:
$ref: ./user.yaml#/user_out_embed
include_expenses_with_policy_violation:
type: boolean
example: true

delete_automate_report_submission_in:
type: object
Expand Down