Skip to content

Commit 9eb691a

Browse files
committed
docs: 📝 Update docs after merge
1 parent 2e7702c commit 9eb691a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+46
-44
lines changed

dist/es-modules/stack/contentType/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export function ContentType(http) {
2222
Object.assign(this, cloneDeep(data.content_type));
2323
this.urlPath = "/content_types/".concat(this.uid);
2424
/**
25-
* @description The Update ContentType call lets you update the name and description of an existing ContentType.
25+
* @description The Update ContentType call lets you update the name and description of an existing ContentType.
26+
* You can also update the JSON schema of a content type, including fields and different features associated with the content type.
2627
* @memberof ContentType
2728
* @func update
2829
* @returns {Promise<ContentType.ContentType>} Promise for ContentType instance

dist/es5/stack/contentType/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ function ContentType(http) {
5252
Object.assign(this, (0, _cloneDeep2["default"])(data.content_type));
5353
this.urlPath = "/content_types/".concat(this.uid);
5454
/**
55-
* @description The Update ContentType call lets you update the name and description of an existing ContentType.
55+
* @description The Update ContentType call lets you update the name and description of an existing ContentType.
56+
* You can also update the JSON schema of a content type, including fields and different features associated with the content type.
5657
* @memberof ContentType
5758
* @func update
5859
* @returns {Promise<ContentType.ContentType>} Promise for ContentType instance

jsdocs/Asset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ <h5>Returns:</h5>
13541354
<br class="clear">
13551355

13561356
<footer>
1357-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:00:28 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1357+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:11:45 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
13581358
</footer>
13591359

13601360
<script>prettyPrint();</script>

jsdocs/BulkOperation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ <h5>Returns:</h5>
800800
<br class="clear">
801801

802802
<footer>
803-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:00:28 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
803+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:11:45 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
804804
</footer>
805805

806806
<script>prettyPrint();</script>

jsdocs/ContentType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ <h5>Parameters:</h5>
13171317
<br class="clear">
13181318

13191319
<footer>
1320-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:00:28 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1320+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:11:45 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
13211321
</footer>
13221322

13231323
<script>prettyPrint();</script>

jsdocs/Contentstack.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ <h5>Examples</h5>
829829
<br class="clear">
830830

831831
<footer>
832-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:00:28 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
832+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:11:45 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
833833
</footer>
834834

835835
<script>prettyPrint();</script>

jsdocs/ContentstackClient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ <h5>Returns:</h5>
10771077
<br class="clear">
10781078

10791079
<footer>
1080-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:00:28 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1080+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:11:45 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
10811081
</footer>
10821082

10831083
<script>prettyPrint();</script>

jsdocs/Entry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ <h5>Parameters:</h5>
16931693
<br class="clear">
16941694

16951695
<footer>
1696-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:00:28 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1696+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:11:45 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
16971697
</footer>
16981698

16991699
<script>prettyPrint();</script>

jsdocs/Extension.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ <h5>Returns:</h5>
944944
<br class="clear">
945945

946946
<footer>
947-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:00:28 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
947+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:11:45 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
948948
</footer>
949949

950950
<script>prettyPrint();</script>

jsdocs/Folder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ <h5>Returns:</h5>
633633
<br class="clear">
634634

635635
<footer>
636-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:00:28 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
636+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Mar 12 2021 11:11:45 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
637637
</footer>
638638

639639
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)