From a5b0dd4785df95fdd7b6ac86f0ca857f63071da4 Mon Sep 17 00:00:00 2001 From: Bart Date: Fri, 6 Sep 2024 15:02:17 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a745c00..3f8a3db 100644 --- a/README.md +++ b/README.md @@ -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 +``` +