You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm not sure this is a bug but I can't figure out what's wrong.
I run this request to change zimbraPrefFromDisplay of an identity.
I get no error but an empty response and that sounds good.
Hi, I'm not sure this is a bug but I can't figure out what's wrong.
I run this request to change zimbraPrefFromDisplay of an identity.
I get no error but an empty response and that sounds good.
If I check the identity, zimbraPrefFromDisplay didn't change.
The api request syntax is this:
<ModifyMailboxMetadataRequest> ## ModifyMailboxMetadataRequest <meta [section="{section}"]> ## MailCustomMetadata (<a n="{key}">{value}</a> ## KeyValuePair)* </meta> </ModifyMailboxMetadataRequest>
Notice you could pass more attributes (tag ) so my request has a list of attributes with a single element.
My code:
Any idea or suggestion for debugging?
The text was updated successfully, but these errors were encountered: