Skip to content

Commit d41a78f

Browse files
authored
Merge pull request #101315 from LuisCabrer/patch-80
Clarified that HTTP headers are optional
2 parents 3056760 + 052f382 commit d41a78f

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)