v1

latestOpenAPI 3.0.02026-07-14202153.0 KB
Score

Put score by field

It allows to punctuate in a specific field.

put/api/dataentities/{acronym}/documents/{id}/score/{field-name}

Path parameters

acronymstring required

Two letter word that identifies the data structure

idstring required

Id of the document

field-namestring required

Name of the field to score

Headers

Acceptstring required

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand

Request body

keystring required
pointinteger required
untilstring required

Example request

{
  "key": "first key",
  "point": 1,
  "until": "10m"
}