File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,26 @@ By default, this is 'InvokeParams'
144144| --------------| --------| -------| -------------|
145145| ``` [String] ``` | false | named | false |
146146---
147+ #### ** UriParameterHelp**
148+
149+ A dictionary of help for uri parameters.
150+
151+
152+
153+ | Type | Requried| Postion| PipelineInput|
154+ | -------------------| --------| -------| -------------|
155+ | ``` [IDictionary] ``` | false | named | false |
156+ ---
157+ #### ** UriParameterType**
158+
159+ A dictionary of URI parameter types.
160+
161+
162+
163+ | Type | Requried| Postion| PipelineInput|
164+ | -------------------| --------| -------| -------------|
165+ | ``` [IDictionary] ``` | false | named | false |
166+ ---
147167#### ** BodyParameter**
148168
149169A dictionary or list of parameters for the body.
@@ -176,7 +196,7 @@ A script block to be run on each output.
176196---
177197### Syntax
178198``` PowerShell
179- Rest [-ScriptBlock <ScriptBlock>] [-RESTEndpoint] <String[]> [-ContentType <String>] [-Method <String>] [-InvokeCommand <String>] [-InvokeParameterVariable <String>] [-BodyParameter <PSObject>] [-QueryParameter <PSObject>] [-ForEachOutput <ScriptBlock>] [<CommonParameters>]
199+ Rest [-ScriptBlock <ScriptBlock>] [-RESTEndpoint] <String[]> [-ContentType <String>] [-Method <String>] [-InvokeCommand <String>] [-InvokeParameterVariable <String>] [-UriParameterHelp <IDictionary>] [-UriParameterType <IDictionary>] [- BodyParameter <PSObject>] [-QueryParameter <PSObject>] [-ForEachOutput <ScriptBlock>] [<CommonParameters>]
180200```
181201---
182202
You can’t perform that action at this time.
0 commit comments