Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bacula Community Edition
Bacula Community
Commits
674ec1c2
Commit
674ec1c2
authored
Dec 09, 2022
by
Marcin Haba
Browse files
baculum: Add documentation to new jobids parameter in job list endpoint
parent
5fd1ef97
Changes
1
Hide whitespace changes
Inline
Side-by-side
gui/baculum/protected/API/openapi_baculum.json
View file @
674ec1c2
...
...
@@ -854,6 +854,15 @@
"pattern"
:
"[a-zA-Z0-9:.-_ ]+"
}
},
{
"name"
:
"jobids"
,
"in"
:
"query"
,
"required"
:
false
,
"description"
:
"Comma separated job identifiers. Using this filter causes that all other filters are ignored. Sorting is possible."
,
"schema"
:
{
"type"
:
"string"
}
},
{
"name"
:
"jobstatus"
,
"in"
:
"query"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment