MetamorphOptions
Index
Properties
Properties
optionalbuild
optionalcontentType
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
.
Tag or number of the target Actor build to metamorph into (e.g.
beta
or1.2.345
). If not provided, the run uses build tag or number from the default Actor run configuration (typicallylatest
).