Skip to content

Commit

Permalink
fix 178: update breaks on more than 50 attachments (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
recrtl authored Oct 19, 2022
1 parent e1d8ecc commit 49c25c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/confluence/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 49c25c2

Please sign in to comment.