webhook-config-content-type

The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhook-config-content-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhook-config-content-type",
  "title": "webhook-config-content-type",
  "type": "string",
  "description": "The media type used to serialize the payloads. Supported values include `json` and `form`. The default is `form`.",
  "example": "\"json\""
}