From 09c29eab237dc49f03524e67d2f4c02d8f4038ed Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Mon, 26 Jun 2023 16:32:49 -0400 Subject: [PATCH] docs: minor spoolman updates Signed-off-by: Eric Callahan --- docs/configuration.md | 3 +++ docs/web_api.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index bec47f2..d91c522 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -2623,6 +2623,9 @@ Front ends can also utilize this config to provide a built-in management tool. [spoolman] server: http://192.168.0.123:7912 # 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 diff --git a/docs/web_api.md b/docs/web_api.md index 7105ac0..5cec583 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -5308,7 +5308,7 @@ JSON-RPC request: ```json { "jsonrpc": "2.0", - "method": "spoolman.post_proxy", + "method": "spoolman.proxy", "params": { "request_method": "POST", "path": "/v1/spool",