Skip to content

Commit

Permalink
API v1: agent confiugrations view type to lits (#7912)
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu authored Oct 7, 2024
1 parent 9a1e942 commit 5559ab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function handler(
case "GET": {
const agentConfigurations = await getAgentConfigurations({
auth,
agentsGetView: "all",
agentsGetView: "list",
variant: "light",
});
return res.status(200).json({
Expand Down

0 comments on commit 5559ab5

Please sign in to comment.