File tree 1 file changed +11
-9
lines changed
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,17 @@ produces:
33
33
# ###############################################################################
34
34
# Service Configuration Parameters #
35
35
# ###############################################################################
36
- x-exosite-config-parameters :
37
- - name : AccountSid
38
- description : Service Account SID
39
- type : string
40
- required : true
41
- - name : AuthToken
42
- description : Authentication Token
43
- type : string
44
- required : true
36
+ x-exosite-config :
37
+ parameters :
38
+ AccountSid :
39
+ title : Account Sid
40
+ description : More information about the Service Account SID
41
+ type : string
42
+ AuthToken :
43
+ title : Authentication Token
44
+ description : More information about the Authentication Token
45
+ type : string
46
+ required : [AccountSid, AuthToken]
45
47
46
48
# ###############################################################################
47
49
# Security #
You can’t perform that action at this time.
0 commit comments