Skip to content

Commit 7e3bfdd

Browse files
committed
[APIM] Clarify copy mode in send-request policies
1 parent 074bd49 commit 7e3bfdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/api-management/send-one-way-request-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: api-management
88
ms.topic: article
9-
ms.date: 12/08/2022
9+
ms.date: 08/02/2023
1010
ms.author: danlep
1111
---
1212

@@ -33,7 +33,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR
3333

3434
| Attribute | Description | Required | Default |
3535
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | -------- |
36-
| mode | Determines whether this is a `new` request or a `copy` of the current request. In outbound mode, `mode=copy` does not initialize the request body. Policy expressions are allowed. | No | `new` |
36+
| mode | Determines whether this is a `new` request or a `copy` of the headers and body in the current request. In the outbound policy, `mode=copy` does not initialize the request body. Policy expressions are allowed. | No | `new` |
3737
| timeout| The timeout interval in seconds before the call to the URL fails. Policy expressions are allowed. | No | 60 |
3838

3939

articles/api-management/send-request-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: api-management
88
ms.topic: article
9-
ms.date: 12/08/2022
9+
ms.date: 08/02/2023
1010
ms.author: danlep
1111
---
1212

@@ -35,7 +35,7 @@ The `send-request` policy sends the provided request to the specified URL, waiti
3535

3636
| Attribute | Description | Required | Default |
3737
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | -------- |
38-
| mode | Determines whether this is a `new` request or a `copy` of the current request. In outbound mode, `mode=copy` does not initialize the request body. Policy expressions are allowed. | No | `new` |
38+
| mode | Determines whether this is a `new` request or a `copy` of the headers and body in the current request. In the outbound policy section, `mode=copy` does not initialize the request body. Policy expressions are allowed. | No | `new` |
3939
| response-variable-name | The name of context variable that will receive a response object. If the variable doesn't exist, it will be created upon successful execution of the policy and will become accessible via [`context.Variable`](api-management-policy-expressions.md#ContextVariables) collection. Policy expressions are allowed. | Yes | N/A |
4040
| timeout | The timeout interval in seconds before the call to the URL fails. Policy expressions are allowed. | No | 60 |
4141
| ignore-error | If `true` and the request results in an error, the error will be ignored, and the response variable will contain a null value. Policy expressions aren't allowed. | No | `false` |

0 commit comments

Comments
 (0)