Created
March 4, 2011 19:22
-
-
Save kirkconnell/855524 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- !ruby/struct:VCR::HTTPInteraction | |
request: !ruby/struct:VCR::Request | |
method: :put | |
uri: !str | |
str: http://sgcore.local:80/v1/users/36793.xml | |
"@_rails_html_safe": false | |
body: | | |
<?xml version="1.0" encoding="UTF-8"?> | |
<user> | |
<salt>rdcoC6Vv</salt> | |
<encrypted-password>971c31ad8e2e1f20054ad39e40985d313f74a246801bfc2ee7159af954aa7cf5</encrypted-password> | |
<address1 nil="true"></address1> | |
<gapps-hash nil="true"></gapps-hash> | |
<city nil="true"></city> | |
<address2 nil="true"></address2> | |
<created-at type="datetime">2011-03-04T19:16:43Z</created-at> | |
<gapps-email nil="true"></gapps-email> | |
<last-login nil="true"></last-login> | |
<title nil="true"></title> | |
<country nil="true"></country> | |
<entity-id type="integer">17308</entity-id> | |
<postal-code nil="true"></postal-code> | |
<token>abc012def345</token> | |
<updated-at type="datetime">2011-03-04T19:16:43Z</updated-at> | |
<deleted-at nil="true"></deleted-at> | |
<admin type="boolean">true</admin> | |
<unencrypted-password>User Set</unencrypted-password> | |
<id type="integer">36793</id> | |
<phone nil="true"></phone> | |
<last-name>Doe</last-name> | |
<time-zone>Mountain Time (US & Canada)</time-zone> | |
<changeflag type="boolean">false</changeflag> | |
<first-name>Joe</first-name> | |
<state nil="true"></state> | |
<locked type="boolean">false</locked> | |
<email>[email protected]</email> | |
<active nil="true"></active> | |
</user> | |
headers: | |
content-type: | |
- application/xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment