We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d53d2 commit 3c45aceCopy full SHA for 3c45ace
2 files changed
components/renku_data_services/data_connectors/api.spec.yaml
@@ -526,11 +526,11 @@ components:
526
name:
527
$ref: "#/components/schemas/DataConnectorName"
528
value:
529
- $ref: "#/components/schemas/SecretValue"
+ $ref: "#/components/schemas/SecretValueNullable"
530
required:
531
- name
532
- value
533
- SecretValue:
+ SecretValueNullable:
534
description: Secret value that can be any text
535
type: string
536
minLength: 1
components/renku_data_services/data_connectors/apispec.py
@@ -1,6 +1,6 @@
1
# generated by datamodel-codegen:
2
# filename: api.spec.yaml
3
-# timestamp: 2024-09-23T09:15:13+00:00
+# timestamp: 2024-09-24T11:47:00+00:00
4
5
from __future__ import annotations
6
0 commit comments