Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 570b624

Browse files
committed
provide link to scripts text
1 parent 74a5722 commit 570b624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/scripts/show.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ var assign = require('lodash.assign');
66
/**
77
* @memberof scripts
88
* @method show
9-
* @description Show information for the script with the given id.
9+
* @description Show information for the script with the given id, except for the script text.
10+
* Use the [scripts text]{@link https://paperspace.github.io/paperspace-node/scripts.html#.text} method retrieve the script text.
1011
* @param {object} params - Script show parameters
1112
* @param {string} params.scriptId - Id of the script to show
1213
* @param {function} cb - Node-style error-first callback function

0 commit comments

Comments
 (0)