Skip to content

Commit ca44e57

Browse files
committed
Merge branch 'master' into development
2 parents 17f7626 + bb184fd commit ca44e57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/stack/contentType/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ export function ContentType (http, data = {}) {
2626
Object.assign(this, cloneDeep(data.content_type))
2727
this.urlPath = `/content_types/${this.uid}`
2828
/**
29-
* @description The Update ContentType call lets you update the name and description of an existing ContentType.
29+
* @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.
3031
* @memberof ContentType
3132
* @func update
3233
* @returns {Promise<ContentType.ContentType>} Promise for ContentType instance

0 commit comments

Comments
 (0)