We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17f7626 + bb184fd commit ca44e57Copy full SHA for ca44e57
lib/stack/contentType/index.js
@@ -26,7 +26,8 @@ export function ContentType (http, data = {}) {
26
Object.assign(this, cloneDeep(data.content_type))
27
this.urlPath = `/content_types/${this.uid}`
28
/**
29
- * @description The Update ContentType call lets you update the name and description of an existing ContentType.
+ * @description The Update ContentType call lets you update the name and description of an existing ContentType.
30
+ * You can also update the JSON schema of a content type, including fields and different features associated with the content type.
31
* @memberof ContentType
32
* @func update
33
* @returns {Promise<ContentType.ContentType>} Promise for ContentType instance
0 commit comments