-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
ApiManagementCreateApiIssue.json
49 lines (49 loc) · 1.87 KB
/
ApiManagementCreateApiIssue.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
45
46
47
48
49
{
"parameters": {
"serviceName": "apimService1",
"resourceGroupName": "rg1",
"api-version": "2021-08-01",
"subscriptionId": "subid",
"issueId": "57d2ef278aa04f0ad01d6cdc",
"apiId": "57d1f7558aa04f15146d9d8a",
"parameters": {
"properties": {
"title": "New API issue",
"description": "New API issue description",
"createdDate": "2018-02-01T22:21:20.467Z",
"state": "open",
"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",
"type": "Microsoft.ApiManagement/service/apis/issues",
"name": "57d2ef278aa04f0ad01d6cdc",
"properties": {
"title": "New API issue",
"description": "New API issue description",
"createdDate": "2018-02-01T22:21:20.467Z",
"state": "open",
"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",
"type": "Microsoft.ApiManagement/service/apis/issues",
"name": "57d2ef278aa04f0ad01d6cdc",
"properties": {
"title": "New API issue",
"description": "New API issue description",
"createdDate": "2018-02-01T22:21:20.467Z",
"state": "open",
"userId": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/users/1"
}
}
}
}
}