Skip to content

Commit 0d4f0b4

Browse files
readOnly var in Update and Create requests made them unusable
1 parent 2aaf963 commit 0d4f0b4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

runner/src/main/openapi/runner.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,6 @@ components:
675675
type: string
676676
solutionId:
677677
type: string
678-
readOnly: true
679678
description: the Solution Id associated with this Runner
680679
pattern: '^sol-\w{10,20}'
681680
example: "sol-123456aBcDeF"
@@ -705,17 +704,14 @@ components:
705704
default: []
706705
ownerName:
707706
type: string
708-
readOnly: true
709707
description: the name of the owner
710708
minLength: 1
711709
solutionName:
712710
type: string
713-
readOnly: true
714711
description: the Solution name
715712
minLength: 1
716713
runTemplateName:
717714
type: string
718-
readOnly: true
719715
description: the Solution Run Template name associated with this Runner
720716
minLength: 1
721717
security:
@@ -765,12 +761,10 @@ components:
765761
minLength: 1
766762
solutionName:
767763
type: string
768-
readOnly: true
769764
description: the Solution name
770765
minLength: 1
771766
runTemplateName:
772767
type: string
773-
readOnly: true
774768
description: the Solution Run Template name associated with this Runner
775769
minLength: 1
776770
RunnerSecurity:
@@ -847,7 +841,7 @@ components:
847841
description: the parameter Id
848842
varType:
849843
type: string
850-
readOnly: true
844+
851845
description: the parameter value type
852846
value:
853847
type: string

0 commit comments

Comments
 (0)