Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Properties that reference this object type:
Syntax
Properties
extensions
File extension, e.g. .pdf, .docx.
Type
Array of string
Required
—
Constraints
Supported values
Examples
{
"actions": [
{
"handlers": [
{
"supportedObjects": {
"file": {
"extensions": [
"doc",
"pdf"
]
}
}
}
]
},
]
}