vk-audio-api-docs

audio.reorder

Reorders an audio file, placing it between other specified audio files.

This method can be called with a user token. Access rights required: audio.

Parameters

audio_id Audio file ID.
positive number, required parameter
owner_id ID of the user or community that owns the audio file.
int (number), current user id is used by default
before ID of the audio file before which to place the audio file.
int (number)
after ID of the audio file after which to place the audio file.
int (number)

Result

Returns 1 if succeeded.

Errors

Global errors can occur while running. See their descriptions on this page.