File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -915,7 +915,7 @@ paths:
915915 - name : plugin_run
916916 in : body
917917 schema :
918- $ref : ' #/definitions/pluginRun '
918+ $ref : ' #/definitions/pluginRunData '
919919 responses :
920920 ' 201 ' :
921921 description : CREATED
@@ -2280,11 +2280,9 @@ definitions:
22802280 type : string
22812281 error :
22822282 type : boolean
2283- pluginRun :
2283+ pluginRunData :
22842284 type : object
22852285 properties :
2286- deploy_id :
2287- type : string
22882286 package :
22892287 type : string
22902288 version :
@@ -2299,6 +2297,13 @@ definitions:
22992297 type : string
23002298 text :
23012299 type : string
2300+ pluginRun :
2301+ allOf :
2302+ - $ref : ' #/definitions/pluginRunData'
2303+ - type : object
2304+ properties :
2305+ deploy_id :
2306+ type : string
23022307 metadata :
23032308 type : object
23042309 dnsZoneSetup :
You can’t perform that action at this time.
0 commit comments