![]() |
Diffusion C API 6.11.5
|
Structure describing a JSON patch application request. More...
#include <topic-update.h>
Data Fields | |
const char * | topic_path |
Topic path to be added. | |
const char * | patch |
The patch to apply. | |
on_json_patch_result_cb | on_json_patch_result |
Callback with the result of the JSON patch operation. | |
ERROR_HANDLER_T | on_error |
Callback to handle errors. Can be NULL. | |
DISCARD_HANDLER_T | on_discard |
Callback to handle. Can be NULL. | |
void * | context |
User-supplied context returned to callbacks. | |
Structure describing a JSON patch application request.