mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 02:57:01 +00:00
Updates for storecove model mapping
This commit is contained in:
@@ -9448,7 +9448,7 @@ paths:
|
||||
type: string
|
||||
example:
|
||||
action: start
|
||||
ids: "['D2J234DFA','D2J234DFA','D2J234DFA']"
|
||||
ids: ['D2J234DFA','D2J234DFA','D2J234DFA']
|
||||
responses:
|
||||
200:
|
||||
description: "The RecurringInvoice response"
|
||||
@@ -11091,7 +11091,7 @@ paths:
|
||||
type: string
|
||||
example:
|
||||
action: bulk_download
|
||||
ids: "['D2J234DFA','D2J234DFA','D2J234DFA']"
|
||||
ids: ['D2J234DFA','D2J234DFA','D2J234DFA']
|
||||
|
||||
responses:
|
||||
200:
|
||||
|
||||
@@ -475,7 +475,7 @@
|
||||
type: string
|
||||
example:
|
||||
action: bulk_download
|
||||
ids: "['D2J234DFA','D2J234DFA','D2J234DFA']"
|
||||
ids: ['D2J234DFA','D2J234DFA','D2J234DFA']
|
||||
|
||||
responses:
|
||||
200:
|
||||
|
||||
@@ -376,7 +376,7 @@
|
||||
type: string
|
||||
example:
|
||||
action: start
|
||||
ids: "['D2J234DFA','D2J234DFA','D2J234DFA']"
|
||||
ids: ['D2J234DFA','D2J234DFA','D2J234DFA']
|
||||
responses:
|
||||
200:
|
||||
description: "The RecurringInvoice response"
|
||||
|
||||
Reference in New Issue
Block a user