change page size
This commit is contained in:
parent
bb9771b108
commit
848741e3ae
@ -148,7 +148,7 @@ func (c Drives) newDriveItemDeltaPager(
|
||||
options := &drives.ItemItemsItemDeltaRequestBuilderGetRequestConfiguration{
|
||||
Headers: newPreferHeaders(preferHeaderItems...),
|
||||
QueryParameters: &drives.ItemItemsItemDeltaRequestBuilderGetQueryParameters{
|
||||
Top: ptr.To[int32](5),
|
||||
Top: ptr.To[int32](4),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user