HttpHeaderEntry is a datatype for an http or https request header.

This datatype is used by two datatypes: CreateWebhookAction which is used by the createWebhookAction() mutation; and WebhookAction which is also used by the createWebhookAction() and by the updateWebhookAction() mutation field.

Table: HttpHeaderEntry

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 25, 2024
headerstringyes Long-TermThe key of an http or https request header.
valuestringyes Long-TermThe value of an http or https request header.