photo_album/update

Updates a photo album and returns the updated album.

Usage

Requires POST.

https://www.geni.com/api/photo_alubm/update?name=Test

Parameters

Name Type Description Required
name String The photo album's name false

Returned Fields

Name Type Description
cover_photo PhotoImageSizeMap All sizes of the photo album's cover photo
description String The photo album's description
id String The photo album's node id
name String The photo album's name
photos_count Number The number of photos in the photo album
url String URL to access the photo album
Note: Blank fields will not be returned to save bandwidth.

rails-1a-002