-
Notifications
You must be signed in to change notification settings - Fork 24
Headers
Miriam McMahon edited this page Apr 27, 2023
·
5 revisions
Add headers to an HTTP request object
Parameter Name | Description | Type | Resolved Type | Required |
---|---|---|---|---|
RequestObjectName | The name of the HTTP request object | String | String | Yes |
AddHeaders | The names and values of the headers to add to the request | Value | object | Yes |
This command was introduced in Safeguard 2.8
{
"Headers": {
"RequestObjectName": "ApiQuery",
"AddHeaders": {
"ApiKey": "%ApiKey%",
"ClientName": "Safeguard"
}
}
}