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.
1 parent ca47b91 commit 5e122b2Copy full SHA for 5e122b2
1 file changed
packages/client/README.md
@@ -48,7 +48,7 @@ async function main() {
48
const todoSchema = await client.meta.getObject('todo_task');
49
console.log('Fields:', todoSchema.fields);
50
51
- // Save Metadata (New!)
+ // Save Metadata (New Feature)
52
await client.meta.saveItem('object', 'my_custom_object', {
53
label: 'My Object',
54
fields: { name: { type: 'text' } }
0 commit comments