Skip to content

Commit f7a73c0

Browse files
committed
syntax bug on a token example
1 parent 857ccfc commit f7a73c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/search/search-howto-reindex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ GET {{baseUrl}}/indexes/hotels-vector-quickstart/docs('1')?api-version=2023-11-
8585

8686
## Change an index schema
8787

88-
The index schema defines the physical data structures created on the search service, so there aren't many schema changes that you can make without incurring a full rebuild. The following list enumerates the schema changes that can be introduced seamlessly into an existing index. Generally, the list includes new fields and functionality used during query executions.
88+
The index schema defines the physical data structures created on the search service, so there aren't many schema changes that you can make without incurring a full rebuild. The following list enumerates the schema changes that can be introduced seamlessly into an existing index. Generally, the list includes new fields and functionality used during query execution.
8989

9090
+ Add a new field
9191
+ Set the `retrievable` attribute on an existing field

articles/search/search-manage-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ You can only regenerate one admin API key at a time.
291291
### Regnerate admin keys
292292
POST https://management.azure.com/subscriptions/{{subscriptionId}}/resourcegroups/{{resource-group}}/providers/Microsoft.Search/searchServices/{{search-service-name}}/regenerateAdminKey/primary?api-version=2023-11-01 HTTP/1.1
293293
Content-type: application/json
294-
Authorization: Bearer
294+
Authorization: Bearer {{token}}
295295
```
296296

297297
## Create query API keys

0 commit comments

Comments
 (0)