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.
1 parent b9f99f0 commit da982b5Copy full SHA for da982b5
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