API ReferenceTemplates
Authorization
bearerAuth AuthorizationBearer <token>
appSecret or sessionToken
In: header
Request Body
application/json
templateSlug*string
Template slug
appSlug*string
New app slug to create
appSecret*string
Secret for the new app
Response Body
application/json
curl -X POST "https://your-convex-deployment.convex.site/api/templates/deploy" \ -H "Content-Type: application/json" \ -d '{ "templateSlug": "string", "appSlug": "string", "appSecret": "string" }'{}Edit on GitHub
Last updated on