Minor Documentation Bug: smugmug.logout return type

luke_churchluke_church Registered Users Posts: 507 Major grins
Priority: Even Lower...

Issue: Documentation states, Result none

XML -> Result struct, containing 'Name: logout, string: Successful'

[php]
<?xml version="1.0"?>
<methodCall>
<methodName>smugmug.logout</methodName>
<params>
<param>
<value>
<string>5befa89984c7409d17e6bdc66ea81141</string>
</value>
</param>
</params>
</methodCall>

Header
<?xml version="1.0" encoding="iso-8859-1"?>
<methodResponse>
<params>
<param>
<value>
<struct>
<member>
<name>logout</name>
<value>
<string>successful</string>
</value>
</member>
</struct>
</value>
</param>
</params>
</methodResponse>

[/php]

Current Workaround: Ignoring the response

(That's the last documentation issue for this morning :):, UK Time)

Comments

Sign In or Register to comment.