docs: minor spoolman updates

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-06-26 16:32:49 -04:00
parent 7172531386
commit 09c29eab23
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
2 changed files with 4 additions and 1 deletions

View File

@ -2623,6 +2623,9 @@ Front ends can also utilize this config to provide a built-in management tool.
[spoolman] [spoolman]
server: http://192.168.0.123:7912 server: http://192.168.0.123:7912
# URL to the Spoolman instance. This parameter must be provided. # URL to the Spoolman instance. This parameter must be provided.
sync_rate: 5
# The interval, in seconds, between sync requests with the
# Spoolman server. The default is 5.
``` ```
## Include directives ## Include directives

View File

@ -5308,7 +5308,7 @@ JSON-RPC request:
```json ```json
{ {
"jsonrpc": "2.0", "jsonrpc": "2.0",
"method": "spoolman.post_proxy", "method": "spoolman.proxy",
"params": { "params": {
"request_method": "POST", "request_method": "POST",
"path": "/v1/spool", "path": "/v1/spool",