actionRequestHeaders
Overview
Builds the headers every model-action request shares.
Signature
actionRequestHeaders(options)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| options | object | no | The header options. |
options Properties
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| acknowledgeWarnings | string | Warnings digest from a prior 409, sent so the server lets the gated request proceed. | ||
| dryRun | boolean | When true, sends the request in dry-run mode. |
Returns
The request headers.
Source
client/lib/utils/fetchSupport.js:36