Mailbox custom attribute edit payload. attribute and value are parallel arrays -- attribute[i] is combined with value[i] into a single attribute map server-side (functions.mailbox.inc.php, case mailbox_custom_attribute).
attribute
value
attribute[i]
value[i]
functions.mailbox.inc.php
mailbox_custom_attribute
The custom attributes to set.
Attribute keys, parallel to value.
Attribute values, parallel to attribute.
Mailboxes to edit.
Mailbox custom attribute edit payload.
attributeandvalueare parallel arrays --attribute[i]is combined withvalue[i]into a single attribute map server-side (functions.mailbox.inc.php, casemailbox_custom_attribute).