Skip to content

Remove Entity worker version ID attributes from the API

https://redmine.teklia.com/issues/7063

Please remove the following fields from the API:

  • CreateEntity
    • worker_version ForbiddenField in the request body
    • worker_version_id in the response
  • CreateMetaData
    • entity.worker_version_id in the response
  • ListCorpusEntities
    • worker_version_id in the response
  • ListElementMetaData
    • entity.worker_version_id in the response
  • ListTranscriptionEntities
    • entity.worker_version_id in the response
  • PartialUpdateEntity
    • worker_version_id in the response
  • PartialUpdateMetaData
    • entity.worker_version_id in the response
  • RetrieveEntity
    • worker_version_id in the response
  • RetrieveMetaData
    • entity.worker_version_id in the response
  • UpdateEntity
    • worker_version_id in the response
  • UpdateMetaData
    • entity.worker_version_id in the response