Add API endpoint for validating Actor input #151
Labels
backend
Issues related to the platform backend.
debt
Code quality improvement or decrease of technical debt.
low priority
Low priority issues to be done eventually.
t-tooling
Issues with this label are in the ownership of the tooling team.
We have an endpoint
/acts/ACTOR-ID/validate-input
which is not implemented in the client, we should implement it.It takes the input to validate as POST payload, and optionally a
build
query parameter to specify the build tag against which to validate.It returns a response with:
{ "valid": true }
We should first add it to the documentation, so that we can refer to it in the docstrings. apify/apify-docs#722
The text was updated successfully, but these errors were encountered: