-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNWC-Deactivate.json
90 lines (90 loc) · 3.16 KB
/
NWC-Deactivate.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"swagger": "2.0",
"info": {
"title": "Button workflow",
"description": "",
"version": "1.0.0"
},
"host": "dmowfoschwebwus.azurewebsites.net",
"basePath": "/api/v1/extendableworkflows",
"schemes": ["https"],
"paths": {
"/0ec8f130-7d44-42ff-8166-f446142ee148/start": {
"post": {
"tags": [],
"summary": "start Button workflow",
"operationId": "start",
"parameters": [{
"name": "API Parameters",
"in": "body",
"required": true,
"schema": {
"type": "object",
"properties": {
"startData": {
"type": "object"
},
"options": {
"type": "object",
"properties": {
"callbackUrl": {
"title": "Callback URL on completion",
"type": "string",
"description": "A Url to return the results back (https urls only)",
"x-ntx-visibility": "internal"
}
}
}
}
}
}, {
"type": "string",
"name": "token",
"in": "query",
"required": true,
"description": "A security token to start the workflow",
"default": "23eca3903a559e8d9142b6e82c164bf2af8dd5a9b297270effe42d9cb909a6d7",
"x-ntx-summary": "Token"
}],
"responses": {
"202": {
"description": "Accepted"
},
"401": {
"description": "Unauthorized"
},
"403": {
"description": "Forbidden"
},
"404": {
"description": "Not Found"
},
"410": {
"description": "Gone"
},
"429": {
"description": "Too Many Requests"
},
"503": {
"description": "Service Unavailable - Overloaded"
},
"default": {
"description": "Unexpected Error"
}
},
"x-ntx-callback-schema": {
"type": "object",
"properties": {
"returnData": {
"type": "object"
}
}
}
}
}
},
"definitions": {},
"parameters": {},
"responses": {},
"securityDefinitions": {}
}