A metadata field of typeDocumentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
string is displayed to a user as a standard text-field.

Create a string field
Astring field can be added to a metadata template either when , or when with the addField operation.
The required attributes for a string field are a type, a displayName, and a
key.
description can be provided that is shown to a user in the UI,
and the field can be set to hidden to hide it from users in the web and mobile
apps.
Update a string field
Astring template field can be updated by it belongs to. Updates to templates happen through
operations to ensure that any template that is already assigned to a file or
folder is updated as well.
When updating a string metadata field, the only relevant operation is the
editField operation, which can be used to change the field’s key,
displayName, description, and hidden values.
