Skip to main content
POST
Cria um template a partir de um projeto existente

Authorizations

Authorization
string
header
required

JWT token obtained from /v2/auth/login. Send it in the header: Authorization: Bearer <your_token>

Body

application/json
projectId
integer
required
Example:

2209

name
string
required
Example:

"Template Projeto Comercial"

description
string
Example:

"Template gerado a partir de um projeto existente"

color
string
Example:

"#4BD4F2"

icon
string
Example:

"layout-template"

type
string
Example:

"quadro"

Response

200 - application/json

Template criado a partir do projeto com sucesso

The response is of type object.