Skip to content

Commit 535ad86

Browse files
authored
Community content (#377)
* Update azure-bot-service-continuous-deployment.md (#75) * Add Content-Type header in doc (#76) Without a Content-Type header of ``application/json`` the DirectLine service returns a 500.
1 parent f359d06 commit 535ad86

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/azure-bot-service-continuous-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to publish an Azure Bot Service bot once from Visual Stud
44
author: kbrandl
55
ms.author: kibrandl
66
manager: rstand
7-
ms.topic: 1
7+
ms.topic: article
88
ms.prod: bot-framework
99
ms.date: 08/04/2017
1010
ms.reviewer:

articles/rest-api/bot-framework-rest-direct-line-3-0-send-activity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The following snippets provide an example of the Send Activity request and respo
2424
```http
2525
POST https://directline.botframework.com/v3/directline/conversations/abc123/activities
2626
Authorization: Bearer RCurR_XV9ZA.cwA.BKA.iaJrC8xpy8qbOF5xnR2vtCX7CZj0LdjAPGfiCpg4Fv0
27+
Content-Type: application/json
2728
[other headers]
2829
```
2930

@@ -179,4 +180,4 @@ HTTP/1.1 200 OK
179180
- [Start a conversation](bot-framework-rest-direct-line-3-0-start-conversation.md)
180181
- [Reconnect to a conversation](bot-framework-rest-direct-line-3-0-reconnect-to-conversation.md)
181182
- [Receive activities from the bot](bot-framework-rest-direct-line-3-0-receive-activities.md)
182-
- [End a conversation](bot-framework-rest-direct-line-3-0-end-conversation.md)
183+
- [End a conversation](bot-framework-rest-direct-line-3-0-end-conversation.md)

0 commit comments

Comments
 (0)