Skip to content

Commit

Permalink
Update urls.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido authored Aug 7, 2024
1 parent 4ef532a commit cb1e8e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"description": "[level 1] Content of the object of type Story",
"url": "/api/story/level-01-journeys"
},
{
"description": "[level 1] get all 'capsules' linked to the story with slug `level-01-journeys` that contains a geographic location",
"url": "/api/story/?filters={%22mentioned_to__slug%22%3A%22level-01-journeys%22,%22covers__data__type%22:%22place%22}&limit=100"
},
{
"description": "[Level 1] get all location linked to the video capsule stories mentioned to the story with slug `level-01-journeys`; return the list unsorted",
"url": "/api/document/?filters={%22data__type%22:%22place%22,%22stories__mentioned_to__slug%22:%22level-01-journeys%22}&limit=100"
Expand Down

0 comments on commit cb1e8e6

Please sign in to comment.