Skip to content

Commit 65793f6

Browse files
committed
fix: add format annotation
1 parent 6167734 commit 65793f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/organizations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ func (c *Client) TemplatesByOrganization(ctx context.Context, organizationID uui
364364
}
365365

366366
type TemplateFilter struct {
367-
OrganizationID uuid.UUID `json:"organization_id,omitempty" typescript:"-"`
367+
OrganizationID uuid.UUID `json:"organization_id,omitempty" format:"uuid" typescript:"-"`
368368
FilterQuery string `json:"q,omitempty"`
369369
ExactName string
370370
}

0 commit comments

Comments
 (0)