groups.updateMediaPosition
Syntax
bool groups.updateMediaPosition (
int groupID,
int mediaID,
int position = 0 )
Argument Info
Name | Type | Required | Default value | Description |
---|
groupID | int | Required | none | The group ID that the media resides. |
mediaID | int | Required | none | The media ID that is going to be updates. |
position | int | Optional | 0 | The new position of the media in the group |
Response
The response for a successful request will be 1.
Name | Type | Description |
---|
result | INT | On success the response will be 1. |
Return Values
Field | Description | Possible Values |
---|