Skip to content

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"parameters": {
"api-version": "2017-01-01",
"parameters": {
"name": "testbotname",
"type": "string"
}
},
"responses": {
"200": {
"body": {
"valid": true,
"message": "custom message from server"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2017-01-01",
"resourceName": "samplebotname",
"channelName": "EmailChannel"
},
"responses": {
"200": {
},
"204": {
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2017-01-01",
"resourceName": "samplebotname",
"channelName": "EmailChannel"
},
"responses": {
"200": {
"body": {
"location": "global",
"properties": {
"channelName": "EmailChannel",
"properties":{
"emailAddress": "[email protected]",
"password": "pwd",
"isEnabled": true
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2017-01-01",
"resourceName": "samplebotname",
"channelName": "EmailChannel",
"parameters": {
"location": "global"
}
},
"responses": {
"200": {
"body": {
"location": "global",
"properties": {
"channelName": "EmailChannel",
"properties":{
"emailAddress": "[email protected]",
"password": "pwd",
"isEnabled": true
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"resourceName": "samplebotname",
"api-version": "2017-01-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"location": "global",
"properties": {
"channelName": "EmailChannel",
"properties":{
"emailAddress": "[email protected]",
"password": "pwd",
"isEnabled": true
}
}
},
{
"location": "global",
"properties": {
"channelName": "FacebookChannel",
"properties":{
"verifyToken": "othertoken",
"appId": "id",
"appSecret": "secret",
"callbackUrl": "appid",
"isEnabled": true,
"pages": [
{
"accessToken": "token",
"id": "id"
}
]
}
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2017-01-01",
"resourceName": "samplebotname",
"channelName": "EmailChannel",
"parameters": {
"location": "global",
"properties": {
"channelName": "EmailChannel",
"properties":{
"emailAddress": "[email protected]",
"password": "pwd",
"isEnabled": true
}
}
}
},
"responses": {
"200": {
"body": {
"location": "global",
"properties": {
"channelName": "EmailChannel",
"properties":{
"emailAddress": "[email protected]",
"password": "pwd",
"isEnabled": true
}
}
}
},
"201": {
"body": {
"location": "global",
"properties": {
"channelName": "EmailChannel",
"properties":{
"emailAddress": "[email protected]",
"password": "pwd",
"isEnabled": true
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parameters": {
"subscriptionId": "subscription-id",
"resourceGroupName": "OneResourceGroupName",
"api-version": "2017-01-01",
"resourceName": "samplebotname",
"channelName": "EmailChannel",
"parameters": {
"location": "global",
"properties": {
"channelName": "EmailChannel",
"properties":{
"emailAddress": "[email protected]",
"password": "pwd",
"isEnabled": true
}
}
}
},
"responses": {
"200": {
"body": {
"location": "global",
"properties": {
"channelName": "EmailChannel",
"properties":{
"emailAddress": "[email protected]",
"password": "pwd",
"isEnabled": true
}
}
}
},
"201": {
"body": {
"location": "global",
"properties": {
"channelName": "EmailChannel",
"properties":{
"emailAddress": "[email protected]",
"password": "pwd",
"isEnabled": true
}
}
}
}
}
}
Loading