json_put

Macro json_put 

Source
macro_rules! json_put {
    ($client:expr, $url:expr, $auth_token:expr, $body:expr) => { ... };
    ($client:expr, $url:expr, $expected:ty, $auth_token:expr, $body:expr) => { ... };
}
Expand description

Make a PUT request sending JSON. if JSON deser fails, emit a WARN level tracing event