AboutContactLogin

Index

UpdatePhoto

The UpdatePhoto method updates a photo.

Photo UpdatePhoto(
    int photoId,
    PhotoUpdater updater
    )

Parameters

photoId
Identifier of the photo to update
updater
Photo updater object that contains the requested changes

Returns

Snapshot of the updated photo

Remarks

The returned snapshot has all the fields loaded.

The photo identified by the photoId parameter must be owned by the currently authenticated user.

See Also