#1040 typed the Actor run input as ActorInput, an alias for object. Before 3.0 ships, confirm that alias is what we want and settle the two loose ends it left.
contentType is still supported. The option stayed, and its docs now describe form-encoding an object. If non-JSON Actor input is being sunset, the option should go with it.
object is wider than "an object or an array". A Date compiles and posts a JSON string, a Map or a Set posts {}, and a bare function throws inside axios before any request is sent.
✍️ Drafted by Claude Code
#1040 typed the Actor run input as
ActorInput, an alias forobject. Before 3.0 ships, confirm that alias is what we want and settle the two loose ends it left.contentTypeis still supported. The option stayed, and its docs now describe form-encoding an object. If non-JSON Actor input is being sunset, the option should go with it.objectis wider than "an object or an array". ADatecompiles and posts a JSON string, aMapor aSetposts{}, and a bare function throws inside axios before any request is sent.✍️ Drafted by Claude Code