Skip to content

Commit

Permalink
documentation update for getTables
Browse files Browse the repository at this point in the history
  • Loading branch information
muraliQlogic committed Sep 22, 2018
1 parent c885a3b commit 0691e52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,8 @@ Please use the format 'my-instance' or '${
* are 'name', 'schema' or 'full'. Default: 'name'.
* @param {function} callback The callback function.
* @param {?error} callback.err An error returned while making this request.
* @param {Table[]} callback.tables List of all Tables.
* @param {Table[]} callback.tables List of all Table objects.These objects contains
* only table name & id but is not a complete representation of a table.
* @param {object} callback.apiResponse The full API response.
*
* @example <caption>include:samples/document-snippets/instance.js</caption>
Expand Down

0 comments on commit 0691e52

Please sign in to comment.