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

View File

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