Setting Extended Attributes REST

Is there an example of how to add extended attributes when creating a thread with the rest api?

According to the documentation the type is RestExtendedAttribute but I can't find any example of how this would be sent. 

Parents Reply
  • I also think there is a miscommunication or misunderstanding here as well.   They aren't fragile, not legacy and lack security is not entirely accurate.  They are just a key/value store, it is not meant to do anything but store simple values.  They are secure in the sense they are governed by the content data they belong to, so if you have access to view users, you can view the attributes.

    If you want custom security, querying, etc, then you will have to create your own data methods and structures because your requirement exceeds the intent of the feature.

Children
No Data