Skip to content

Commit 3c45ace

Browse files
committed
fix apispec issue
1 parent e6d53d2 commit 3c45ace

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

components/renku_data_services/data_connectors/api.spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,11 +526,11 @@ components:
526526
name:
527527
$ref: "#/components/schemas/DataConnectorName"
528528
value:
529-
$ref: "#/components/schemas/SecretValue"
529+
$ref: "#/components/schemas/SecretValueNullable"
530530
required:
531531
- name
532532
- value
533-
SecretValue:
533+
SecretValueNullable:
534534
description: Secret value that can be any text
535535
type: string
536536
minLength: 1

components/renku_data_services/data_connectors/apispec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by datamodel-codegen:
22
# filename: api.spec.yaml
3-
# timestamp: 2024-09-23T09:15:13+00:00
3+
# timestamp: 2024-09-24T11:47:00+00:00
44

55
from __future__ import annotations
66

0 commit comments

Comments
 (0)