-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
ApiManagementCreateApiIssueComment.json
44 lines (44 loc) · 1.76 KB
/
ApiManagementCreateApiIssueComment.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"parameters": {
"serviceName": "apimService1",
"resourceGroupName": "rg1",
"api-version": "2021-08-01",
"subscriptionId": "subid",
"issueId": "57d2ef278aa04f0ad01d6cdc",
"apiId": "57d1f7558aa04f15146d9d8a",
"commentId": "599e29ab193c3c0bd0b3e2fb",
"parameters": {
"properties": {
"text": "Issue comment.",
"createdDate": "2018-02-01T22:21:20.467Z",
"userId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/users/1"
}
}
},
"responses": {
"201": {
"body": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/apis/57d1f7558aa04f15146d9d8a/issues/57d2ef278aa04f0ad01d6cdc/comments/599e29ab193c3c0bd0b3e2fb",
"type": "Microsoft.ApiManagement/service/apis/issues/comments",
"name": "599e29ab193c3c0bd0b3e2fb",
"properties": {
"text": "Issue comment.",
"createdDate": "2018-02-01T22:21:20.467Z",
"userId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/users/1"
}
}
},
"200": {
"body": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/apis/57d1f7558aa04f15146d9d8a/issues/57d2ef278aa04f0ad01d6cdc/comments/599e29ab193c3c0bd0b3e2fb",
"type": "Microsoft.ApiManagement/service/apis/issues/comments",
"name": "599e29ab193c3c0bd0b3e2fb",
"properties": {
"text": "Issue comment.",
"createdDate": "2018-02-01T22:21:20.467Z",
"userId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/users/1"
}
}
}
}
}