We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9f99f0 + da982b5 commit 5273718Copy full SHA for 5273718
src/messages/ChangeAvailability.cpp
@@ -57,7 +57,7 @@ bool ChangeAvailabilityReqConverter::fromJson(const rapidjson::Value& json,
57
bool ChangeAvailabilityReqConverter::toJson(const ChangeAvailabilityReq& data, rapidjson::Document& json)
58
{
59
fill(json, "connectorId", data.connectorId);
60
- fill(json, "requestedMessage", AvailabilityTypeHelper.toString(data.type));
+ fill(json, "type", AvailabilityTypeHelper.toString(data.type));
61
return true;
62
}
63
0 commit comments