We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8a370 commit 6cdc45eCopy full SHA for 6cdc45e
client/templates.go
@@ -10,9 +10,9 @@ import (
10
11
const (
12
// Base API paths
13
- templateAccountPath = "v1/templates"
14
- templateOrgPath = "v1/orgs/%s/templates"
15
- templateProjectPath = "v1/orgs/%s/projects/%s/templates"
+ templateAccountPath = "/api/v1/templates"
+ templateOrgPath = "/api/v1/orgs/%s/templates"
+ templateProjectPath = "/api/v1/orgs/%s/projects/%s/templates"
16
)
17
18
type TemplateService struct {
0 commit comments