Versions Compared

Key

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

Updates a group associated to a list

...

  • string UpdateGroup(string accessKey, int groupID, Option[] options)
    • accessKey: 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

...