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 arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in 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.