Templates API

πŸ“‹ Table of Contents

Overview

The Templates API provides template management for the STAR ecosystem. It handles reusable templates for OAPPs, Zomes, and other components.

Template Management

Get All Templates

GET /api/templates
Authorization: Bearer YOUR_TOKEN

Get Template by ID

GET /api/templates/{templateId}
Authorization: Bearer YOUR_TOKEN

Create Template

Update Template

Delete Template

Template Operations

Apply Template

Clone Template

Export Template

Error Responses

Template Not Found


← Previous: OAPPs API | Next: Runtimes API β†’

Last updated