v1

latestOpenAPI 3.0.02026-07-14202153.0 KB
Score

Put scores

It allows punctuate in more than one field and more than one key.

put/api/dataentities/{acronym}/documents/{id}/score

Path parameters

acronymstring required

Two letter word that identifies the data structure

idstring required

Id of the document

Headers

Acceptstring required

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

Request body

fieldstring required
keystring required
pointinteger required
untilstring required

Example request

[
  {
    "field": "carttag",
    "key": "Payment",
    "point": 1,
    "until": "10m"
  }
]