mirror of
https://github.com/documize/community.git
synced 2025-08-02 03:55:24 +02:00
Make API work with new schema
This commit is contained in:
parent
28342fcf5e
commit
4f0cc2f616
48 changed files with 1218 additions and 1097 deletions
|
@ -20,7 +20,7 @@ type Block struct {
|
|||
SpaceID string `json:"folderId"`
|
||||
UserID string `json:"userId"`
|
||||
ContentType string `json:"contentType"`
|
||||
PageType string `json:"pageType"`
|
||||
Type string `json:"pageType"`
|
||||
Name string `json:"title"`
|
||||
Body string `json:"body"`
|
||||
Excerpt string `json:"excerpt"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue