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
674e630e
Commit
674e630e
authored
Nov 03, 2022
by
Marcin Haba
Browse files
baculum: Add jobids parameter to Bvfs update endpoint
parent
a68d1bb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
gui/baculum/protected/API/openapi_baculum.json
View file @
674e630e
...
...
@@ -3909,7 +3909,18 @@
}
}
}
}
},
"parameters"
:
[
{
"name"
:
"jobids"
,
"in"
:
"query"
,
"required"
:
false
,
"description"
:
"Job identifiers (comma separated)"
,
"schema"
:
{
"type"
:
"string"
}
}
]
}
},
"/api/v2/bvfs/lsdirs"
:
{
...
...
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