Skip to content

Commit 763de57

Browse files
authored
Add block types and titles to summary API response (#1025)
1 parent de42fbe commit 763de57

File tree

1 file changed

+1
-0
lines changed
  • pydatalab/src/pydatalab/routes/v0_1

1 file changed

+1
-0
lines changed

pydatalab/src/pydatalab/routes/v0_1/items.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def get_samples_summary(
163163

164164
_project = {
165165
"_id": 0,
166+
"blocks": {"blocktype": 1, "title": 1},
166167
"creators": {
167168
"display_name": 1,
168169
"contact_email": 1,

0 commit comments

Comments
 (0)