Skip to content

Commit

Permalink
Made the changes that Joe wanted
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckKollar committed Aug 8, 2024
1 parent a7e0a90 commit 26fea17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4328,7 +4328,7 @@ def update_datasets_uploads(entity_updates: list, token: str, entity_api_url: st
# --header "Content-Type: application/json" \
# --header "Authorization: Bearer ${TOKEN}" \
# --header "X-Hubmap-Application: entity-api" \
# --data '[{"uuid":"6ce8d4515bc87213e787397c2b4d2f99", "assigned_to_group_name":"TMC - Cal Tech"}, {"uuid":"a44a78bfbe0e702cdc172707b6061a16", "assigned_to_group_name":"TMC - Cal Tech"}]'
# --data '[{"uuid":"f22a9ba97b79eefe6b152b4315e43c76", "status":"Error", "assigned_to_group_name":"TMC - Cal Tech"}, {"uuid":"e4b371ea3ed4c3ca77791b34b829803f", "status":"Error", "assigned_to_group_name":"TMC - Cal Tech"}]'
@app.route('/datasets', methods=['PUT'])
@app.route('/uploads', methods=['PUT'])
def entity_bulk_update():
Expand Down

0 comments on commit 26fea17

Please sign in to comment.