You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API responses from the Dagu server currently include PID and Location, which are unnecessary details about the server. These fields should be removed.
Tasks:
internal/api/handler: Modify the API response, returning PID and Location with empty values.
api.v1.yaml: Mark the PID and Location fields as deprecated.
The text was updated successfully, but these errors were encountered:
yohamta
changed the title
Remove PID and Location from API response fields
api: Remove PID and Location from API response fields
Jan 27, 2025
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: