Set the order for still of a asset.

17May2010

The order is a number like a weight. The higher the weight, the higher it will return in the result.

Request URL

/asset/$asset_id/still/order [POST]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
asset_id (ALPHA_NUM)ID of asset.Required-
mediafile_id (ALPHA_NUM)The mediafile ID.Required-
order (INT)The order for this still.Required-
still_id (ALPHA_NUM)Setting the order for this specific still.Required-
user_id (ALPHA_NUM)Owner of the still.Required-

Example Request

asset/S2Eg3Fzh2Rdw5dLbArmgqRKr/still/order

mediafile_id = "F2tpgYq4XFLTk9MjlT6FdPLh"
order = 10
still_id = "1gP1MlYMmieBvir2wLdHfUJI"
user_id = "testuser"

Example Response