Skip to content

Commit 5135943

Browse files
Merge pull request #210868 from MayankBargali-MSFT/patch-83
(AzureCXP) fixed the parameters
2 parents d2181f2 + 385f071 commit 5135943

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/azure-functions/durable/durable-functions-http-api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,7 @@ Request parameters for this API include the default set mentioned previously as
277277

278278
| Field | Parameter type | Description |
279279
|-------------------------|-----------------|-------------|
280-
| **`instanceId`** | URL | The ID of the orchestration instance. |
281280
| **`showInput`** | Query string | Optional parameter. If set to `false`, the function input will not be included in the response payload.|
282-
| **`showHistory`** | Query string | Optional parameter. If set to `true`, the orchestration execution history will be included in the response payload.|
283281
| **`showHistoryOutput`** | Query string | Optional parameter. If set to `true`, the function outputs will be included in the orchestration execution history.|
284282
| **`createdTimeFrom`** | Query string | Optional parameter. When specified, filters the list of returned instances that were created at or after the given ISO8601 timestamp.|
285283
| **`createdTimeTo`** | Query string | Optional parameter. When specified, filters the list of returned instances that were created at or before the given ISO8601 timestamp.|

0 commit comments

Comments
 (0)