mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
bulk data model ID
This commit is contained in:
parent
6409ad0d63
commit
c0d19f2531
2 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,7 @@ type LevelRequest struct {
|
|||
// BulkRequest details page, it's meta, pending page changes.
|
||||
// Used to bulk load data by GUI so as to reduce network requests.
|
||||
type BulkRequest struct {
|
||||
ID string `json:"id"`
|
||||
Page Page `json:"page"`
|
||||
Meta Meta `json:"meta"`
|
||||
Pending []PendingPage `json:"pending"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue