diff --git a/sdrbase/resources/index.html b/sdrbase/resources/index.html index 6ca182721..fef38669e 100644 --- a/sdrbase/resources/index.html +++ b/sdrbase/resources/index.html @@ -16202,7 +16202,7 @@ except ApiException as e:
- Generated 2017-12-21T18:47:36.189+01:00 + Generated 2017-12-21T22:33:40.914+01:00
diff --git a/sdrgui/webapi/webapiadaptergui.cpp b/sdrgui/webapi/webapiadaptergui.cpp index bbaa56210..795642e70 100644 --- a/sdrgui/webapi/webapiadaptergui.cpp +++ b/sdrgui/webapi/webapiadaptergui.cpp @@ -569,7 +569,7 @@ int WebAPIAdapterGUI::instanceDeviceSetsPost( m_mainWindow.m_inputMessageQueue.push(msg); response.init(); - *response.getMessage() = QString("MsgAddDeviceSet message submitted"); + *response.getMessage() = QString("Message to add a new device set (MsgAddDeviceSet) was submitted successfully"); return 202; } @@ -584,7 +584,7 @@ int WebAPIAdapterGUI::instanceDeviceSetsDelete( m_mainWindow.m_inputMessageQueue.push(msg); response.init(); - *response.getMessage() = QString("MsgRemoveLastDeviceSet message submitted"); + *response.getMessage() = QString("Message to remove last device set (MsgRemoveLastDeviceSet) was submitted successfully"); return 202; } @@ -931,7 +931,7 @@ int WebAPIAdapterGUI::devicesetChannelPost( m_mainWindow.m_inputMessageQueue.push(msg); response.init(); - *response.getMessage() = QString("MsgAddChannel message submitted"); + *response.getMessage() = QString("Message to add a channel (MsgAddChannel) was submitted successfully"); return 202; } @@ -967,7 +967,7 @@ int WebAPIAdapterGUI::devicesetChannelPost( m_mainWindow.m_inputMessageQueue.push(msg); response.init(); - *response.getMessage() = QString("MsgAddChannel message submitted"); + *response.getMessage() = QString("Message to add a channel (MsgAddChannel) was submitted successfully"); return 202; } diff --git a/sdrsrv/webapi/webapiadaptersrv.cpp b/sdrsrv/webapi/webapiadaptersrv.cpp index b40d08497..7086d0923 100644 --- a/sdrsrv/webapi/webapiadaptersrv.cpp +++ b/sdrsrv/webapi/webapiadaptersrv.cpp @@ -94,7 +94,7 @@ int WebAPIAdapterSrv::instanceDelete( m_mainCore.getInputMessageQueue()->push(msg); response.init(); - *response.getMessage() = QString("MsgDeleteInstance message submitted"); + *response.getMessage() = QString("Message to stop the SDRangel instance (MsgDeleteInstance) was submitted successfully"); return 202; } @@ -697,7 +697,7 @@ int WebAPIAdapterSrv::instanceDeviceSetsPost( m_mainCore.m_inputMessageQueue.push(msg); response.init(); - *response.getMessage() = QString("MsgAddDeviceSet message submitted"); + *response.getMessage() = QString("Message to add a new device set (MsgAddDeviceSet) was submitted successfully"); return 202; } @@ -712,7 +712,7 @@ int WebAPIAdapterSrv::instanceDeviceSetsDelete( m_mainCore.m_inputMessageQueue.push(msg); response.init(); - *response.getMessage() = QString("MsgRemoveLastDeviceSet message submitted"); + *response.getMessage() = QString("Message to remove last device set (MsgRemoveLastDeviceSet) was submitted successfully"); return 202; } diff --git a/swagger/sdrangel/code/html2/index.html b/swagger/sdrangel/code/html2/index.html index 6ca182721..fef38669e 100644 --- a/swagger/sdrangel/code/html2/index.html +++ b/swagger/sdrangel/code/html2/index.html @@ -16202,7 +16202,7 @@ except ApiException as e:
- Generated 2017-12-21T18:47:36.189+01:00 + Generated 2017-12-21T22:33:40.914+01:00