Skip to content

Commit

Permalink
fix(variable-edit-request): add missing enable_interpolation_in_file …
Browse files Browse the repository at this point in the history
…field (#719)
  • Loading branch information
RemiBonnet authored Oct 28, 2024
1 parent 9b1a5fe commit 0fcaf5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18169,6 +18169,9 @@ components:
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
enable_interpolation_in_file:
type: boolean
nullable: true
VariableResponse:
allOf:
- $ref: '#/components/schemas/Base'
Expand Down

0 comments on commit 0fcaf5c

Please sign in to comment.