This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename AQL sample for accuracy AQL cursors are not used in this sample. * Update API parameter calls
- Loading branch information
1 parent
5d3b460
commit 18a928f
Showing
3 changed files
with
66 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
template_ariel_cursor/manifest.json → template_ariel/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"version": "1.0", | ||
"name": "Ariel Cursor Sample", | ||
"description": "Application to query the Ariel API and show use of cursors", | ||
"name": "Ariel Sample", | ||
"description": "Application to query the Ariel API", | ||
"copyright": "Licensed Materials - Property of IBM 5725I71-CC011829 (C) Copyright IBM Corp. 2017, 2018. All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.", | ||
"uuid": "fb8ebc63-3ef7-409e-9f10-b45af09296e8", | ||
"areas": [ | ||
{ | ||
"url": "index", | ||
"text": "Ariel Cursor Sample", | ||
"text": "Ariel Sample", | ||
"required_capabilities": [ | ||
"ADMIN" | ||
], | ||
"id": "QArielCursorSample", | ||
"description": "Ariel Cursor Sample" | ||
"id": "QArielSample", | ||
"description": "Ariel Sample" | ||
} | ||
] | ||
} |