Skip to main content

Update a content type

Log in to add to favourites

Returns

Example

JAVASCRIPT
1
2
3
4
5
6
7
8
9
existingContentType.description['en-GB'] = 'A movie content type'; client.contentTypes.update(existingContentType) .then(result => { console.log('API call result: ', result); }) .catch(error => { console.log('API call fetch error: ', error); });

Still need help?

New support request