Skip to content

Commit

Permalink
change active to boolean type
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Jan 2, 2024
1 parent d070343 commit 70a8313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/worker/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import (
// - in: query
// name: active
// description: Filter workers based on active status
// type: string
// default: "true"
// type: boolean
// default: true
// - in: query
// name: checked_in_before
// description: filter workers that have checked in before a certain time
Expand Down

0 comments on commit 70a8313

Please sign in to comment.