media.setGeoLocationToNull

Syntax

bool media.setGeoLocationToNull ( int mid, int vhost, mixed APIKEY = NULL )

Argument Info

NameTypeRequiredDefault valueDescription
midintRequirednoneID of the media item you want to update the geo location data to null for.
vhostintRequirednoneID of the application that the media is in.
APIKEYmixedOptionalNULL

New Properties

The options array may contain the following parameters.

NameTypeDescriptionPossible Values
midINTThe ID for the media item.INT

Response

The response returned on success and failure of media update.

NameTypeDescriptionPossible Values
resultbooleanThe returned result of the request to update the media item.true/false
statusbooleanThe status of the request as a whole. Unrelated to the success of updating the media item but rather was the request executed in full.true/false

Return Values

FieldDescriptionPossible Values