Update a recommendation
PUThttps://platform.docana.com/api/v1/applications/:id/recommendations/:recommendationId/
recommendationId accepts the numeric id or the UUID. A provided inputs array replaces every existing input, and updating updateFrequencyCron reschedules the background job.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The updated recommendation
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Recommendation not found
Unexpected server error.