Skip to content

Commit 0ab03a5

Browse files
committed
Remove deploy_id from pluginRun create body
1 parent 527f0af commit 0ab03a5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

swagger.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)