Move template to folder
Move an existing template into a folder.
Sample Request
Section titled “Sample Request”Here’s a sample request to move a template to a folder:
PUT /v1/folder/{folderId}/template/{templateId}fetch(`https://api.templated.io/v1/folder/${folderId}/template/${templateId}`, { method: 'PUT', headers: { 'Authorization': `Bearer ${API_KEY}` }})Path Parameters
Section titled “Path Parameters”folderId string REQUIRED
The ID of the folder where you want to move the template.
templateId string REQUIRED
The ID of the template you want to move.
Response
Section titled “Response”A successful request returns an empty response with a 200 OK status code.