Skip to main content

webhook-payload-verification-valid-digest-encoding

Overview

This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:

The payload verification digest encoding must be one of the supported encoding formats. Invalid encoding values will prevent proper payload verification configuration.

PropertyValue
EnabledYes
Maximum SeverityError
MessageThe specified payload verification digest encoding is not valid.
CodeOPENAPI3APIMATIC_L1047
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Webhooks
Products ImpactedCode Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting webhook payload verification digest encoding invalid

Suggested Fixes

  • Use one of the supported digest encoding formats for payload verification.
  • Verify the encoding value matches a supported format.

For More Information