Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Changed limit_by_projects to from_projects for server datetime search action #287

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions actions/server.search.by.datetime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ parameters:
type: integer
default: 0
required: false
limit_by_projects:
description: "comma-spaced project to limit action to - incompatible with all_projects"
from_projects:
description: "(Optional) comma-spaced list of projects id/names to limit query to, if not provided, runs against all projects when all_projects is true"
type: array
default: null
required: false
Expand Down