Account Setting Update

Post update to Account Setting. See list of possible Settings from the List api.


curl -XPUT "https://api.lytics.io/api/account/setting/logon_session_days" \
   -H 'Content-type: application/json' \
   -H 'Authorization: $LIOKEY' \
   -d '10'

Language
Authorization
Header
Click Try It! to start a request and see the response here!