-
Notifications
You must be signed in to change notification settings - Fork 17
Add API endpoint for validating Actor input #151
Copy link
Copy link
Closed
Labels
backendIssues related to the platform backend.Issues related to the platform backend.debtCode quality improvement or decrease of technical debt.Code quality improvement or decrease of technical debt.low priorityLow priority issues to be done eventually.Low priority issues to be done eventually.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Metadata
Metadata
Assignees
Labels
backendIssues related to the platform backend.Issues related to the platform backend.debtCode quality improvement or decrease of technical debt.Code quality improvement or decrease of technical debt.low priorityLow priority issues to be done eventually.Low priority issues to be done eventually.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Type
Fields
Give feedbackNo fields configured for issues without a type.
We have an endpoint
/acts/ACTOR-ID/validate-inputwhich is not implemented in the client, we should implement it.It takes the input to validate as POST payload, and optionally a
buildquery 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