Tell me more ×
SmugMug Stack Exchange is a question and answer site for SmugMug developers and end users. It's 100% free, no registration required.

Not sure if this is a mistake in SmugMug's API or not, but smugmug.images.changeSettings has Extras as a possible parameter. The description is the same as it is on all the other calls:

A comma separated string of additional attributes to return in the response.

The reason I ask is this call essentially returns a status and not any other details according to the documentation:

Returns an empty successful response, if it completes without error.

So is this a mistake? If this is not a mistake what does this parameter do?

share|improve this question

1 Answer

up vote 1 down vote accepted

This was a documentation bug, the method returns the Image struct.

Should be fixed live now.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.