Skip to main content
Version: Next

ActorValidateInputOptions

Options for validating an Actor input.

Index

Properties

optionalbuild

build?: string

Tag or number of the Actor build whose input schema the input is validated against (e.g. beta or 1.2.345). If not provided, the default build is used.

optionalcontentType

contentType?: string

Content type for the input. If not specified, input is expected to be an object that will be stringified to JSON and content type set to application/json; charset=utf-8. If options.contentType is specified, then input must be a String or Buffer.

Page Options