Skip to content

Commit 2ac6c5c

Browse files
committed
fix(createSiteBuild): add clear_cache field
1 parent 5544cc4 commit 2ac6c5c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

go/models/build_setup.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3322,6 +3322,8 @@ definitions:
33223322
properties:
33233323
image:
33243324
type: string
3325+
clear_cache:
3326+
type: boolean
33253327
buildHookSetup:
33263328
type: object
33273329
properties:

0 commit comments

Comments
 (0)