profile_modifyGroup

Modifies a group.

Syntax

public void profile_modifyGroup( String accessToken, Group group );

Description

The profile_modifyGroup operation modifies information associated with a group.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

group

A Group Java object containing modified information about a group.

return_value

None.

See Also