Skip to content

Commit ed696be

Browse files
Update articles/azure-functions/functions-bindings-http-webhook-trigger.md
1 parent ebc6226 commit ed696be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-http-webhook-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ Webhook authorization is handled by the webhook receiver component, part of the
808808

809809
## Content types
810810

811-
Passing binary and form data to a function requires that you use the appropriate content-type header. Supported content types include `octet-stream` for binary data and [multipart types](https://www.iana.org/assignments/media-types/media-types.xhtml#multipart).
811+
Passing binary and form data to a non-C# function requires that you use the appropriate content-type header. Supported content types include `octet-stream` for binary data and [multipart types](https://www.iana.org/assignments/media-types/media-types.xhtml#multipart).
812812

813813
### Known issues
814814

0 commit comments

Comments
 (0)