Skip to content

Commit

Permalink
Added JobStepProperty.secret to OpenAPI docs
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Sep 22, 2021
1 parent 5db560c commit 7e7596e
Showing 1 changed file with 16 additions and 0 deletions.
Expand Up @@ -34,6 +34,8 @@ components:
type: string
required:
type: boolean
secret:
type: boolean
exampleValue:
type: string
readOnly: true
Expand Down Expand Up @@ -98,10 +100,16 @@ components:
name: assets
propertyType: org.eclipse.kapua.service.device.management.asset.DeviceAssets
required: true
secret: false
- name: password
propertyType: java.lang.String
required: true
secret: true
- name: timeout
propertyType: java.lang.Long
propertyValue: '30000'
required: false
secret: false
stepType: TARGET
jobStepDefinitionListResult:
allOf:
Expand Down Expand Up @@ -145,10 +153,12 @@ components:
name: assets
propertyType: org.eclipse.kapua.service.device.management.asset.DeviceAssets
required: true
secret: false
- name: timeout
propertyType: java.lang.Long
propertyValue: '30000'
required: false
secret: false
stepType: TARGET
- type: jobStepDefinition
id: Ag
Expand All @@ -164,8 +174,14 @@ components:
- name: bundleId
propertyType: java.lang.String
required: true
secret: false
- name: password
propertyType: java.lang.String
required: true
secret: true
- name: timeout
propertyType: java.lang.Long
propertyValue: '30000'
required: false
secret: false
stepType: TARGET

0 comments on commit 7e7596e

Please sign in to comment.