Skip to content

Commit

Permalink
Merge pull request #51 from zowe/rc
Browse files Browse the repository at this point in the history
Rc
  • Loading branch information
1000TurquoisePogs authored May 4, 2019
2 parents c1ce5c3 + ab31f7f commit 2d6095c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/swagger/fileapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,11 @@ paths:
description: the file that should be returned
required: true
type: string
- name: responseType
in: query
description: the file should be returned in "base64" or "raw"
required: true
type: string
responses:
'200':
description: successful operation
Expand Down Expand Up @@ -897,4 +902,4 @@ definitions:
type: object
properties:
name:
type: string
type: string
4 changes: 4 additions & 0 deletions plugins/org.zowe.zlux.ng2desktop.settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"identifier": "org.zowe.zlux.ng2desktop.settings",
"pluginLocation": "../../zlux-app-manager/system-apps/system-settings-preferences"
}

0 comments on commit 2d6095c

Please sign in to comment.