Skip to content

Commit cf01686

Browse files
committed
Original
1 parent 1f449b5 commit cf01686

23 files changed

+1868
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-11-01"
4+
},
5+
"responses": {
6+
"200": {}
7+
}
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-11-01",
4+
"hub": "hub1",
5+
"group": "group1",
6+
"connectionId": "connection1"
7+
},
8+
"responses": {
9+
"200": {}
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-11-01",
4+
"hub": "hub1",
5+
"group": "group1",
6+
"userId": "user1"
7+
},
8+
"responses": {
9+
"200": {}
10+
}
11+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-11-01",
4+
"hub": "hub1",
5+
"permission": "joinLeaveGroup",
6+
"connectionId": "connection1",
7+
"targetName": "group1"
8+
},
9+
"responses": {
10+
"200": {},
11+
"404": {}
12+
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-11-01",
4+
"hub": "hub1",
5+
"reason": "Close reason"
6+
},
7+
"responses": {
8+
"204": {}
9+
}
10+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-11-01",
4+
"hub": "hub1",
5+
"connectionId": "connection1",
6+
"reason": "Close reason"
7+
},
8+
"responses": {
9+
"204": {}
10+
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-11-01",
4+
"hub": "hub1",
5+
"group": "group1",
6+
"reason": "Close reason"
7+
},
8+
"responses": {
9+
"204": {}
10+
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-11-01",
4+
"hub": "hub1",
5+
"userId": "user1",
6+
"reason": "Close reason"
7+
},
8+
"responses": {
9+
"204": {}
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-11-01",
4+
"hub": "hub1",
5+
"connectionId": "connection1"
6+
},
7+
"responses": {
8+
"200": {},
9+
"404": {}
10+
}
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-11-01",
4+
"hub": "hub1",
5+
"userId": "user1",
6+
"minutesToExpire": 5
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"token": "ABCDEFG.ABC.ABC"
12+
}
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)