File tree Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Original file line number Diff line number Diff line change @@ -87,25 +87,24 @@ The response is a JSON object containing:
87
87
88
88
### Example Response
89
89
90
- ```
90
+ ``` json
91
91
{
92
- "version": 1.2,
93
- "capabilities": [
94
- {
95
- "path": "capture/image",
96
- "methods": ["GET"],
97
- "parameters": ["rectangle", "freeform", "window"],
98
- "description": "Captures an image with options for shape."
99
- },
100
- {
101
- "path": "capture/video",
102
- "methods": ["GET"],
103
- "parameters": [],
104
- "description": "Captures a video in a defined area."
105
- }
106
- ]
92
+ "version" : 1.2 ,
93
+ "capabilities" : [
94
+ {
95
+ "path" : " capture/image" ,
96
+ "methods" : [" GET" ],
97
+ "parameters" : [" rectangle" , " freeform" , " window" ],
98
+ "description" : " Captures an image with options for shape."
99
+ },
100
+ {
101
+ "path" : " capture/video" ,
102
+ "methods" : [" GET" ],
103
+ "parameters" : [],
104
+ "description" : " Captures a video in a defined area."
105
+ }
106
+ ]
107
107
}
108
-
109
108
```
110
109
111
110
## EnabledModes
@@ -171,7 +170,7 @@ _Explanation: This command launches the Snipping Tool with both rectangle snip a
171
170
172
171
_ Explanation: Since rectangle is specified in the URI, only rectangle snipping mode will be available in the Snipping Tool UI._
173
172
174
- ### Example 7: No ` mode ` or ` enabledModes ` specified.
173
+ ### Example 7: No ` mode ` or ` enabledModes ` specified
175
174
176
175
` ms-screenclip://capture/image?redirect-uri=my-snip-protocol-test-app://response `
177
176
You can’t perform that action at this time.
0 commit comments