docs: update syntax & JSON schema 🤖

This commit is contained in:
ghost 2025-09-15 23:06:45 +00:00
parent 792998d8e2
commit f610ed4cab

View File

@ -1194,8 +1194,6 @@ be provided as payload which will be read on run-time.
Headers contains HTTP Headers to send with the request.
**Note:** When using headers in authentication secrets files (via `-sf` flag), header names preserve exact casing (e.g., `barAuthToken` stays as `barAuthToken`). This is useful for APIs that require case-sensitive header names. Template headers are canonicalized by default.
Examples:
@ -1426,8 +1424,6 @@ Valid values:
SkipSecretFile skips the authentication or authorization configured in the secret file.
**Note:** Authentication secrets files preserve exact header casing, which is useful for case-sensitive APIs.
</div>
<hr />