Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Modifica un gruppo associato ad una lista. Updates a group associated to a list

Method parameters

  • string UpdateGroup(string accessKey, int groupID, Option[] options)
    • accessKey:

...

  • groupname: nome del gruppo
  • groupnotes: note del gruppo

...

    •  access key obtained using the LoginFromId method
    • groupID: ID of the group to be updated
    • options: array of values for options setting
      • groupname: name of the group
      • groupnotes: notes associated to the group

SOAP Examples

Code Block
languagehtml/xml
titleSOAP Response
linenumberstrue
<CreateGroupsResult>
  <errorCode>0</errorCode>
  <errorDescription></errorDescription> 
  <list>
    <listID>1</listID>
    <listName>Demo</listName>
    <groups>
      <group>
        <groupID>1</groupID>
        <groupName>Demo</groupName>
        <groupdNotes>Note Gruppo</groupNotes>
      </group>
    </groups>
  </list>
</CreateGroupsResult>