Skip to content
Merged
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
1 change: 1 addition & 0 deletions .spectral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,4 @@ rules:
owasp:api4:2023-string-restricted: off # Disable string restricted rule to address warnings
path-params: off # Disable path parameter validation to address mapping key issues
owasp:api8:2023-define-cors-origin: off # Disable CORS origin header requirement
oas3-operation-security-defined: error # Ensure all scopes are listed in schema
1 change: 1 addition & 0 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19740,6 +19740,7 @@ components:
profile: your profile information
accounting.attachments: Grant read-write access to attachments
accounting.attachments.read: Grant read-only access to attachments
accounting.budgets.read: Grant read-only access to read budgets
accounting.contacts: Grant read-write access to contacts and contact groups
accounting.contacts.read: Grant read-only access to contacts and contact groups
accounting.journals.read: Grant read-only access to journals
Expand Down