-
Notifications
You must be signed in to change notification settings - Fork 219
Document API endpoint for validating Actor input #722
Copy link
Copy link
Closed
Labels
backendIssues related to the platform backend.Issues related to the platform backend.capitalizedCapitalizable work.Capitalizable work.debtCode quality improvement or decrease of technical debt.Code quality improvement or decrease of technical debt.good first issueGood for newcomers.Good for newcomers.low priorityLow priority issues to be done eventually.Low priority issues to be done eventually.t-core-servicesIssues with this label are in the ownership of the core services team.Issues with this label are in the ownership of the core services team.t-docsIssues owned by technical writing team.Issues owned by technical writing team.validatedIssues that are resolved and their solutions fulfill the acceptance criteria.Issues that are resolved and their solutions fulfill the acceptance criteria.
Description
Metadata
Metadata
Assignees
Labels
backendIssues related to the platform backend.Issues related to the platform backend.capitalizedCapitalizable work.Capitalizable work.debtCode quality improvement or decrease of technical debt.Code quality improvement or decrease of technical debt.good first issueGood for newcomers.Good for newcomers.low priorityLow priority issues to be done eventually.Low priority issues to be done eventually.t-core-servicesIssues with this label are in the ownership of the core services team.Issues with this label are in the ownership of the core services team.t-docsIssues owned by technical writing team.Issues owned by technical writing team.validatedIssues that are resolved and their solutions fulfill the acceptance criteria.Issues that are resolved and their solutions fulfill the acceptance criteria.
We have an endpoint
/acts/ACTOR-ID/validate-inputwhich is not documented anywhere, we should document 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 }