Skip to content

Commit 0456906

Browse files
committed
line edit
1 parent 6cee295 commit 0456906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-api-import-restrictions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ During OpenAPI import, API Management:
2727
* Checks specifically for query string parameters marked as required.
2828
* By default, converts the required query string parameters to required template parameters.
2929

30-
If you prefer that required query parameters in the specification are translated to query parameters in API Management, you can disable the **Include query parameters in operation templates** setting when creating the API in the portal. You can also accomplish this by using the [Apis - Create or Update](/rest/api/apimanagement/current-ga/apis/create-or-update) REST API to set the API's `translateRequiredQueryParameters` property to `query`.
30+
If you prefer that required query parameters in the specification are translated to query parameters in API Management, disable the **Include query parameters in operation templates** setting when creating the API in the portal. You can also accomplish this by using the [Apis - Create or Update](/rest/api/apimanagement/current-ga/apis/create-or-update) REST API to set the API's `translateRequiredQueryParameters` property to `query`.
3131

3232

3333
For GET, HEAD, and OPTIONS operations, API Management discards a request body parameter if defined in the OpenAPI specification.

0 commit comments

Comments
 (0)