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

add meta to fetch invoice arg #163

Merged
merged 1 commit into from
Aug 30, 2023
Merged
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
15 changes: 15 additions & 0 deletions public/paths/billing/invoices/invoice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ get:
required: true
schema:
type: string
- name: meta
in: query
required: false
description:
A comma separated list of meta values. Meta values will show up under a resource's
`meta` field. In the case of applying a meta to a collection of resources, each
resource will have it's own relevant meta data. In some rare cases, meta may not
apply to individual resources, and may appear in the root document. These will be
clearly labeled.
schema:
type: array
items:
type: string
enum:
- due
summary: Fetch Billing Invoice
description: Requires the `billing-invoices-view` capability.
responses:
Expand Down