fix 178: update breaks on more than 50 attachments (#220)

This commit is contained in:
recrtl 2022-10-19 16:38:49 +02:00 committed by GitHub
parent e1d8eccfff
commit 49c25c2c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -424,6 +424,7 @@ func (api *API) GetAttachments(pageID string) ([]AttachmentInfo, error) {
payload := map[string]string{ payload := map[string]string{
"expand": "version,container", "expand": "version,container",
"limit": "1000",
} }
request, err := api.rest.Res( request, err := api.rest.Res(