mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Add archive type to the allProjects function under the Groups API (#3407)
This commit is contained in:
parent
8e80015283
commit
2907bdc672
@ -91,6 +91,7 @@ export type AllGroupProjectsOptions = {
|
||||
| 'similarity'
|
||||
| 'last_activity_at';
|
||||
sort?: 'asc' | 'desc';
|
||||
archive?: boolean;
|
||||
search?: string;
|
||||
simple?: boolean;
|
||||
owned?: boolean;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user