SetDisplayName

From Second Life Wiki
Revision as of 09:22, 28 October 2010 by Zephyr Nayl (talk | contribs) (Created page with '==SetDisplayName Capability== ===Request=== <llsd> <map> <key>display_name</key> <array> <string>The Old Display Name</string> <str...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SetDisplayName Capability

Request

   <llsd>
     <map>
       <key>display_name</key>
       <array>
         <string>The Old Display Name</string>
         <string>The New Display Name</string>
       </array>
     </map>
   </llsd>

Response

   <llsd>
     <string>undef</string>
   <llsd>