api: Remove PID
and Location
from API response fields
#802
Milestone
PID
and Location
from API response fields
#802
The API responses from the Dagu server currently include
PID
andLocation
, which are unnecessary details about the server. These fields should be removed.Tasks:
internal/api/handler
: Modify the API response, returningPID
andLocation
with empty values.api.v1.yaml
: Mark thePID
andLocation
fields asdeprecated
.The text was updated successfully, but these errors were encountered: