Add base_path field to custom provider config (#7558)
Signed-off-by: Dan Prince <dprince@redhat.com>
This commit is contained in:
@@ -4177,6 +4177,10 @@
|
||||
"api_key_env": {
|
||||
"type": "string"
|
||||
},
|
||||
"base_path": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"base_url": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -8159,6 +8163,10 @@
|
||||
"api_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"base_path": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"catalog_provider_id": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
|
||||
Reference in New Issue
Block a user