Skip to content

Commit

Permalink
fix: change to service_type into variables import (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 authored Nov 16, 2023
1 parent 9fea0ce commit 11ee720
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/resources/variable/VariablesImport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ post:
format: uuid
description: service id
- in: query
name: scope
name: service_type
required: true
schema:
$ref: '../../schemas/enums/APIVariableScope.yaml'
description: scope
$ref: '../../schemas/enums/ServiceTypeForVariable.yaml'
description: service type
tags:
- Variable Main Calls
requestBody:
Expand Down
2 changes: 2 additions & 0 deletions src/schemas/_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -742,3 +742,5 @@ OrganizationJobAutoDeployRequest:
$ref: ./OrganizationJobAutoDeployRequest.yaml
RegistryMirroringModeEnum:
$ref: ./enums/RegistryMirroringMode.yaml
ServiceTypeForVariableEnum:
$ref: ./enums/ServiceTypeForVariable.yaml
1 change: 1 addition & 0 deletions src/schemas/enums/LinkedServiceType.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ enum:
- CONTAINER
- DATABASE
- JOB
- HELM
7 changes: 7 additions & 0 deletions src/schemas/enums/ServiceTypeForVariable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
type: string
description: type of the service
enum:
- APPLICATION
- CONTAINER
- JOB
- HELM

0 comments on commit 11ee720

Please sign in to comment.