Skip to content

Commit 01f7a7f

Browse files
committed
Corrected typo
1 parent e9fd6f2 commit 01f7a7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/refguide/modeling/integration/rest-services/published-rest-services/published-rest-service/published-rest-operation-parameter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Specify where the parameter comes from. Possible values are the following:
2424
* **Header** – The value of a header parameter is taken from the (first) request header with that name.
2525
{{% alert color="info" %}}
2626

27-
Certain reserved keywords in **OpenAPI 3.0** cannot be used as header parameter names. For example, using `Authorization` as a custom header key can cause conflicts since it is already reserved by the specification. Using those reserved keywords only impacts OpenAPI v3 in Swagger UI and not the actual API endpoints. For more details and alternatives names, see [OpenAPI 3.0: Reserved header parameter names](https://swagger.io/docs/specification/v3_0/describing-parameters/#header-parameters).
27+
Certain reserved keywords in **OpenAPI 3.0** cannot be used as header parameter names. For example, using `Authorization` as a custom header key can cause conflicts since it is already reserved by the specification. Using those reserved keywords only impacts OpenAPI v3 in Swagger UI and not the actual API endpoints. For more details and alternative names, see [OpenAPI 3.0: Reserved header parameter names](https://swagger.io/docs/specification/v3_0/describing-parameters/#header-parameters).
2828

2929
{{% /alert %}}
3030
* **Form** – The value of a form parameter is taken from the body part with that name (these are available for `multipart/form-data` requests).

content/en/docs/refguide10/modeling/integration/rest-services/published-rest-services/published-rest-service/published-rest-operation-parameter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Specify where the parameter comes from. Possible values are the following:
2424
* **Header** – The value of a header parameter is taken from the (first) request header with that name.
2525
{{% alert color="info" %}}
2626

27-
Certain reserved keywords in **OpenAPI 3.0** cannot be used as header parameter names. For example, using `Authorization` as a custom header key can cause conflicts since it is already reserved by the specification. Using those reserved keywords only impacts OpenAPI v3 in Swagger UI and not the actual API endpoints. For more details and alternatives names, see [OpenAPI 3.0: Reserved header parameter names](https://swagger.io/docs/specification/v3_0/describing-parameters/#header-parameters).
27+
Certain reserved keywords in **OpenAPI 3.0** cannot be used as header parameter names. For example, using `Authorization` as a custom header key can cause conflicts since it is already reserved by the specification. Using those reserved keywords only impacts OpenAPI v3 in Swagger UI and not the actual API endpoints. For more details and alternative names, see [OpenAPI 3.0: Reserved header parameter names](https://swagger.io/docs/specification/v3_0/describing-parameters/#header-parameters).
2828

2929
{{% /alert %}}
3030
* **Form** – The value of a form parameter is taken from the body part with that name (these are available for `multipart/form-data` requests).

0 commit comments

Comments
 (0)