HttpHeaderEntryInput is an input datatype for providing the headers of http or https requests.

This datatype is used by three other input datatypes: CreateWebhookAction, which is used by the createWebhookAction() mutation field; TestWebhookAction, which is used by the testWebhookAction() mutation; and UpdateWebhookAction, which is used by the updateWebhookAction() mutation;

Table: HttpHeaderEntryInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 18, 2024
headerstringyes Long-TermThe key of a http or https header.
valuestringyes Long-TermThe value of a http or https header.