Skip to content

Commit

Permalink
documentation update for getTables (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
muraliQlogic authored and sduskis committed Sep 28, 2018
1 parent a90315f commit 1c3e54c
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 1c3e54c

Please sign in to comment.