|
GoPxL SDK
|
| GoTransaction Update | ( | const std::string & | uri, |
| const GoJson & | content = {}, |
||
| const GoJson & | args = {} |
||
| ) |
Updates a resource with the provided content.
Analogous to HTTP's PUT method: there is content/body, and 'args' are similar to query strings.
| uri | The URI to the resource. |
| content | GoJson object of the content for the request. |
| args | GoJson object of arguments for the request. |
| GoChannelError | If not connected to channel. |