REST 1.2.2 album.changeSettings issue

wheelertimwheelertim Registered Users Posts: 1 Beginner grinner
I'm trying to use the changeSettings method to change a title and can't figure out why it won't work.

my code posts
http://api.smugmug.com/services/api/rest/1.2.2/?APIKey=<myapikey>&method=smugmug.albums.changeSettings&SessionID=<sessionid>&AlbumID=<ablumid&Title=This+is+a+new+Title+change

My response payload is:

<?xml version="1.0" encoding="utf-8" ?>
<rsp stat="fail">
<method>smugmug.albums.changeSettings</method>
<err code="16" msg="invalid data (invalid AlbumID parameter)" />
</rsp>

I know the session is good - apikey is good - I'm pretty certain that I'm using the proper AlbumID.

Any ideas??

thanks,
Tim
Sign In or Register to comment.