groups.updateMediaPosition

Syntax

bool groups.updateMediaPosition ( int groupID, int mediaID, int position = 0 )

Argument Info

NameTypeRequiredDefault valueDescription
groupIDintRequirednoneThe group ID that the media resides.
mediaIDintRequirednoneThe media ID that is going to be updates.
positionintOptional0The new position of the media in the group

Response

The response for a successful request will be 1.

NameTypeDescription
resultINTOn success the response will be 1.

Return Values

FieldDescriptionPossible Values