Add names to templates #16

Closed
opened 2026-05-26 01:06:28 +00:00 by tueem · 0 comments
Owner

This commit adds the name variable to templates.
Updated upload request:

+ query parameter name

Updated GET response

[
  {
  	"Id": "templateid",
  	"Name": "name",
  	"TemplateKeys": [
  		"VIOLA",
  		"OLIVIA",
  		"ORSINO"
  	]
  },
  {
  	"Id": "templateid",
  	"Name": "name",
  	"TemplateKeys": [
  		"VIOLA",
  		"OLIVIA",
  		"ORSINO"
  	]
  }
]

Added SVG rename endpoint
--> PATCH /svg/:id

{
  "Name": "name"
}

<-- 200

This commit adds the name variable to templates. *Updated upload request*: ```JSON + query parameter name ``` *Updated GET response* ```json [ { "Id": "templateid", "Name": "name", "TemplateKeys": [ "VIOLA", "OLIVIA", "ORSINO" ] }, { "Id": "templateid", "Name": "name", "TemplateKeys": [ "VIOLA", "OLIVIA", "ORSINO" ] } ] ``` *Added SVG rename endpoint* --> PATCH /svg/:id ```json { "Name": "name" } ``` <-- 200
tueem added the enhancement label 2026-05-26 01:06:32 +00:00
tueem added this to the First prototype milestone 2026-05-26 01:06:34 +00:00
tueem added this to the dev project 2026-05-26 01:06:35 +00:00
tueem moved this to To Do in dev on 2026-05-26 01:06:44 +00:00
tueem moved this to In Progress in dev on 2026-05-26 11:45:26 +00:00
tueem closed this issue 2026-05-26 13:02:17 +00:00
tueem moved this to Done in dev on 2026-05-27 21:21:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tueem/svg-templater#16