Add header rule
render_add_headersAdd a response header rule to a Render service by specifying the header name, value, and request path.
Instructions
Add header rule. Add a response header rule to the service with the provided ID. Calls POST /services/{serviceId}/headers on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Header name | |
| path | Yes | The request path to add the header to. Wildcards will cause headers to be applied to all matching paths. | |
| value | Yes | Header value | |
| serviceId | Yes | The ID of the service |