Skip to content

Commit

Permalink
feat: Add API endpoint for retrieving block details by ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Aug 12, 2024
1 parent 79cd774 commit 43e1560
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stainless-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ resources:
methods:
retrieve: get /api/where/search/route.json

block:
methods:
retrieve: get /api/where/block/{blockID}.json

$shared:
models:
references: Reference
Expand Down

0 comments on commit 43e1560

Please sign in to comment.