Actors
Validate Actor input
Validates the JSON payload against the Actor's input schema defined in the specified build.
If the specified build has no input schema, any input is considered valid.
post/v2/actors/{actorId}/validate-input
Path parameters
actorIdstring required
Example:compass~google-maps-extractor
Actor ID or the username of the Actor owner and the Actor name, separated by a tilde (~).
Query parameters
buildstring
Example:0.1.234
Actor build whose input schema is used for validation. Can be a build tag or build number. Defaults to the latest build tag.
Request body
object required