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 /job-types/status/ endpoint does not include any information about whether individual job types are active or deprecated. It also does not allow filtering on the is_active field. This leaves deprecated job types visible in the Scale UI dashboard.
Desired Solution
Add an is_active query parameter to the /job-types/status/ endpoint, and include the is_active field in the response.
The text was updated successfully, but these errors were encountered:
The
/job-types/status/
endpoint does not include any information about whether individual job types are active or deprecated. It also does not allow filtering on theis_active
field. This leaves deprecated job types visible in the Scale UI dashboard.Desired Solution
Add an
is_active
query parameter to the/job-types/status/
endpoint, and include theis_active
field in the response.The text was updated successfully, but these errors were encountered: