TagRecommendation

The endpoint receives IDs of wrongly and correctly tagged document recommendations and sets `is_accepted` to `true` or `false`, while setting the corresponding document tags if `true`.

patch/tagrecommendation/review_recommendations

Request body

integer[] required

Response

Successful Response

ml_job_idstring required

Identifier of the corresponding ML Job.

source_document_idinteger required

ID of the source document

predicted_tag_idinteger required

ID of the predicted tag

prediction_scorenumber required

Prediction score of the tag

is_reviewedboolean

Reviewed status of the recommendation

Changes

Changed in 2 of the 73 revisions of this API.22

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the optional property detail/items/ctx from the response with the 422 status

      response-optional-property-removed

    • removed the optional property detail/items/input from the response with the 422 status

      response-optional-property-removed

    This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog