diff --git a/Pilz.Net/Api/Server/JobsHandler.cs b/Pilz.Net/Api/Server/JobsHandler.cs
index 8b02d3e..da7c107 100644
--- a/Pilz.Net/Api/Server/JobsHandler.cs
+++ b/Pilz.Net/Api/Server/JobsHandler.cs
@@ -33,7 +33,7 @@ public class JobsHandler(IApiServer server)
if (context.HasError)
return ApiResult.InternalServerError();
- return ApiResult.Ok();
+ return job.ToItemResult();
}
protected virtual JobInfo ToClient(Job job)
diff --git a/Pilz.Net/Pilz.Net.csproj b/Pilz.Net/Pilz.Net.csproj
index 6d4fe02..aeac031 100644
--- a/Pilz.Net/Pilz.Net.csproj
+++ b/Pilz.Net/Pilz.Net.csproj
@@ -8,7 +8,7 @@
- 2.10.2
+ 2.10.3