CRREL / GRiD-API

9 stars 3 forks source link

Improper metadata returned in export_detail lookup #33

Closed AlexMountain closed 6 years ago

AlexMountain commented 6 years ago

Export detail GET requests by pk were returning more metadata than intended/documented.

The following changes have been fixed in v3: Export by pk return metadata: User pk changed to be the user email Removal of export: can_view_in_plasio, generate_pdf, has_index, is_bpf, and can_generate_tda fields Removal of tool: source field Removal of exportfile: is_pdf, tstamp, task_id, can_generate_tda, and storage_name fields

AlexMountain commented 6 years ago

Fixed