Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolomej committed Sep 7, 2024
2 parents ab2b603 + a5b0dd4 commit e74767a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ GET /v1.1/templates
GET /v1.1/templates?cadence_base64={base64 encoded cadence source code}
=> { data: InteractionTemplate[] }
```

### Get template by ID
```
GET /v1.1/templates/{id}
=> InteractionTemplate
```

0 comments on commit e74767a

Please sign in to comment.