Skip to content

Commit e4ae62e

Browse files
StartAutomatingStartAutomating
authored andcommitted
Join-PipeScript: Fixing .Substring errors (#116)
1 parent 4571669 commit e4ae62e

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/Rest.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff 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

149169
A 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

0 commit comments

Comments
 (0)