Skip to content

Commit 052f382

Browse files
author
Luis Cabrera
authored
Clarified that HTTP headers are optional
HTTP headers are really just a extra knob for the user, not a requirement.
1 parent 8ca3f39 commit 052f382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-custom-skill-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ As shown in the previous example, you may return error and warning messages for
118118

119119
## Consuming custom skills from skillset
120120

121-
When you create a Web API enricher, you can describe HTTP headers and parameters as part of the request. The snippet below shows how request parameters and HTTP headers may be described as part of the skillset definition.
121+
When you create a Web API enricher, you can describe HTTP headers and parameters as part of the request. The snippet below shows how request parameters and *optional* HTTP headers may be described as part of the skillset definition. HTTP headers are not a requirement, but they allow you to add additional configuration capabilities to your skill and to set them from the skillset definition.
122122

123123
```json
124124
{

0 commit comments

Comments
 (0)