records

Update Record

patch/records/{record_id}

Path parameters

record_idstring uuid required

Request body

fieldsobject nullable
metadataobject nullable
referencestring nullable

An external reference (e.g. a DOI) for the record's source document

vectorsobject nullable

Response

Successful Response

idstring uuid required
status'pending' | 'completed' required
fieldsobject required
metadataobject nullable
external_idstring nullable
referencestring nullable
vectorsobject nullable
dataset_idstring uuid required
inserted_atstring date-time required
updated_atstring date-time required

Changes

Changed in 2 of the 7 revisions of this API.14

  • ca32894f988c11See the full diff
    • removed subschema #6 subschema #7 from the suggestions/anyOf[subschema #1]/items/value request property anyOf list

      request-property-any-of-removed

    • added subschema #6 subschema #7 to the suggestions/anyOf[subschema #1]/items/value request property anyOf list

      request-property-any-of-added

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

    • added the new optional request property reference

      new-optional-request-property

    • added subschema #7 to the suggestions/anyOf[subschema #1]/items/value request property anyOf list

      request-property-any-of-added

    • added the optional property reference to the response with the 200 status

      response-optional-property-added