Skip to content

Commit a9ff218

Browse files
committed
Fix Bing API spec parameter indentation
1 parent ccc5b36 commit a9ff218

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

API_actions/bing_requests.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ paths:
2323
required: true
2424
schema:
2525
type: string
26+
- name: cc
27+
in: query
28+
x-ms-parameter-location: client
29+
description: The market where results come from, by default is GLOBAL
30+
required: false
31+
schema:
32+
type: string
2633
responses:
2734
'200':
2835
description: A JSON response with search results and relevant HTTP headers
@@ -32,13 +39,6 @@ paths:
3239
$ref: '#/components/schemas/searchResponse'
3340
security:
3441
- OcpApimSubscriptionKey: []
35-
x-ms-parameter-location:
36-
name: cc
37-
x-ms-parameter-location: "client"
38-
description: The market where results come from, by default is GLOBAL
39-
required: false
40-
schema:
41-
type: string
4242
/v7.0/news/search:
4343
get:
4444
operationId: searchNews
@@ -51,6 +51,13 @@ paths:
5151
required: true
5252
schema:
5353
type: string
54+
- name: cc
55+
in: query
56+
x-ms-parameter-location: client
57+
description: The market where results come from, by default is GLOBAL
58+
required: false
59+
schema:
60+
type: string
5461
responses:
5562
'200':
5663
description: A JSON response with news search results and relevant HTTP headers
@@ -60,13 +67,6 @@ paths:
6067
$ref: '#/components/schemas/newsSearchResponse'
6168
security:
6269
- OcpApimSubscriptionKey: []
63-
x-ms-parameter-location:
64-
name: cc
65-
x-ms-parameter-location: "client"
66-
description: The market where results come from, by default is GLOBAL
67-
required: false
68-
schema:
69-
type: string
7070
components:
7171
securitySchemes:
7272
OcpApimSubscriptionKey:

0 commit comments

Comments
 (0)