Add temporary field to webexperience profile

This commit is contained in:
Bryce Kahle 2018-06-14 11:40:51 -04:00
parent 07b625244a
commit 732c3d08bf
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ go:
- 1.7
- 1.8
- 1.9
- 1.10
install:
- export PATH=$PATH:$HOME/gopath/bin
script:

View File

@ -548,6 +548,7 @@ type (
WebProfile struct {
ID string `json:"id,omitempty"`
Name string `json:"name"`
Temporary bool `json:"temporary"`
Presentation Presentation `json:"presentation,omitempty"`
InputFields InputFields `json:"input_fields,omitempty"`
FlowConfig FlowConfig `json:"flow_config,omitempty"`