Skip to content

Commit

Permalink
fix:schedule resource job type (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminDecreusefond authored Oct 25, 2024
1 parent 63b3542 commit 3505b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ type WorkspaceWebhookEntity struct {
type WorkspaceScheduleEntity struct {
ID string `jsonapi:"primary,schedule"`
Schedule string `jsonapi:"attr,cron"`
TemplateId string `jsonapi:"attr,tcl"`
TemplateId string `jsonapi:"attr,templateReference"`
}

0 comments on commit 3505b15

Please sign in to comment.