diff --git a/lib/remote/configstageshandler.cpp b/lib/remote/configstageshandler.cpp index 93f58fff0..5c241aedc 100644 --- a/lib/remote/configstageshandler.cpp +++ b/lib/remote/configstageshandler.cpp @@ -123,6 +123,8 @@ void ConfigStagesHandler::HandlePost(const ApiUser::Ptr& user, HttpRequest& requ Dictionary::Ptr result1 = new Dictionary(); + result1->Set("package", packageName); + result1->Set("stage", stageName); result1->Set("code", 200); result1->Set("status", "Created stage.");