latestOpenAPI 3.1.2Apache 2.02026-08-14231239981.3 KB

186271294840

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

Response

validboolean required

Always true. The endpoint responds with 200 only when the input passes validation. Invalid input returns a 400 error.