@@ -52,42 +52,42 @@ Get accessories checked out to user ID 1
5252
5353## PARAMETERS
5454
55- ### -search
56- A text string to search the Accessory data
55+ ### -all
56+ A return all results, works with -offset and other parameters
5757
5858``` yaml
59- Type : String
60- Parameter Sets : Search
59+ Type : SwitchParameter
60+ Parameter Sets : Search, Accessories checked out to user id
6161Aliases :
6262
6363Required : False
6464Position : Named
65- Default value : None
65+ Default value : False
6666Accept pipeline input : False
6767Accept wildcard characters : False
6868` ` `
6969
70- ### -id
71- A id of specific Accessory
70+ ### -apiKey
71+ Users API Key for Snipeit, can be set using Set-SnipeitInfo command
7272
7373` ` ` yaml
74- Type : Int32
75- Parameter Sets : Get by ID
74+ Type : String
75+ Parameter Sets : (All)
7676Aliases :
7777
78- Required : False
78+ Required : True
7979Position : Named
80- Default value : 0
80+ Default value : None
8181Accept pipeline input : False
8282Accept wildcard characters : False
8383` ` `
8484
85- ### -user_id
86- {{ Fill user_id Description }}
85+ ### -category_id
86+ {{ Fill category_id Description }}
8787
8888` ` ` yaml
8989Type : Int32
90- Parameter Sets : Accessories checked out to user id
90+ Parameter Sets : Search
9191Aliases :
9292
9393Required : False
@@ -112,12 +112,12 @@ Accept pipeline input: False
112112Accept wildcard characters : False
113113` ` `
114114
115- ### -category_id
116- {{ Fill category_id Description }}
115+ ### -id
116+ A id of specific Accessory
117117
118118` ` ` yaml
119119Type : Int32
120- Parameter Sets : Search
120+ Parameter Sets : Get by ID
121121Aliases :
122122
123123Required : False
@@ -127,8 +127,10 @@ Accept pipeline input: False
127127Accept wildcard characters : False
128128` ` `
129129
130- ### -manufacturer_id
131- {{ Fill manufacturer_id Description }}
130+ ### -limit
131+ Specify the number of results you wish to return.
132+ Defaults to 50.
133+ Defines batch size for -all
132134
133135` ` ` yaml
134136Type : Int32
@@ -137,13 +139,13 @@ Aliases:
137139
138140Required : False
139141Position : Named
140- Default value : 0
142+ Default value : 50
141143Accept pipeline input : False
142144Accept wildcard characters : False
143145` ` `
144146
145- ### -supplier_id
146- {{ Fill supplier_id Description }}
147+ ### -manufacturer_id
148+ {{ Fill manufacturer_id Description }}
147149
148150` ` ` yaml
149151Type : Int32
@@ -157,17 +159,17 @@ Accept pipeline input: False
157159Accept wildcard characters : False
158160` ` `
159161
160- ### -sort
161- {{ Fill sort Description }}
162+ ### -offset
163+ Result offset to use
162164
163165` ` ` yaml
164- Type : String
166+ Type : Int32
165167Parameter Sets : Search
166168Aliases :
167169
168170Required : False
169171Position : Named
170- Default value : Created_at
172+ Default value : 0
171173Accept pipeline input : False
172174Accept wildcard characters : False
173175` ` `
@@ -187,49 +189,47 @@ Accept pipeline input: False
187189Accept wildcard characters : False
188190` ` `
189191
190- ### -limit
191- Specify the number of results you wish to return.
192- Defaults to 50.
193- Defines batch size for -all
192+ ### -search
193+ A text string to search the Accessory data
194194
195195` ` ` yaml
196- Type : Int32
196+ Type : String
197197Parameter Sets : Search
198198Aliases :
199199
200200Required : False
201201Position : Named
202- Default value : 50
202+ Default value : None
203203Accept pipeline input : False
204204Accept wildcard characters : False
205205` ` `
206206
207- ### -offset
208- Result offset to use
207+ ### -sort
208+ {{ Fill sort Description }}
209209
210210` ` ` yaml
211- Type : Int32
211+ Type : String
212212Parameter Sets : Search
213213Aliases :
214214
215215Required : False
216216Position : Named
217- Default value : 0
217+ Default value : Created_at
218218Accept pipeline input : False
219219Accept wildcard characters : False
220220` ` `
221221
222- ### -all
223- A return all results, works with -offset and other parameters
222+ ### -supplier_id
223+ {{ Fill supplier_id Description }}
224224
225225` ` ` yaml
226- Type : SwitchParameter
227- Parameter Sets : Search, Accessories checked out to user id
226+ Type : Int32
227+ Parameter Sets : Search
228228Aliases :
229229
230230Required : False
231231Position : Named
232- Default value : False
232+ Default value : 0
233233Accept pipeline input : False
234234Accept wildcard characters : False
235235` ` `
@@ -249,17 +249,17 @@ Accept pipeline input: False
249249Accept wildcard characters : False
250250` ` `
251251
252- ### -apiKey
253- Users API Key for Snipeit, can be set using Set-SnipeitInfo command
252+ ### -user_id
253+ {{ Fill user_id Description }}
254254
255255` ` ` yaml
256- Type : String
257- Parameter Sets : (All)
256+ Type : Int32
257+ Parameter Sets : Accessories checked out to user id
258258Aliases :
259259
260- Required : True
260+ Required : False
261261Position : Named
262- Default value : None
262+ Default value : 0
263263Accept pipeline input : False
264264Accept wildcard characters : False
265265` ` `
0 commit comments