Some updates based on PR review notes

This commit is contained in:
Shannon
2018-04-04 10:50:18 +10:00
parent 7a73175aa0
commit b1d309aa16
6 changed files with 17 additions and 29 deletions

View File

@@ -313,7 +313,8 @@ function contentResource($q, $http, umbDataFormatter, umbRequestHelper) {
* });
* </pre>
*
* @param {Int} id id of content item to return
* @param {Int} id id of content item to return
* @param {Int} languageId optional ID of the language to retrieve the item in
* @returns {Promise} resourcePromise object containing the content item.
*
*/