mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
start using base_url in place of endpoint (#430)
This commit is contained in:
parent
ed3845040e
commit
e8dc7f18d3
3 changed files with 33 additions and 3 deletions
|
|
@ -62,7 +62,7 @@ properties:
|
|||
properties:
|
||||
name:
|
||||
type: string
|
||||
# this field is deprecated, use provider_interface instead
|
||||
# provider field is deprecated, use provider_interface instead
|
||||
provider:
|
||||
type: string
|
||||
enum:
|
||||
|
|
@ -78,8 +78,11 @@ properties:
|
|||
type: string
|
||||
default:
|
||||
type: boolean
|
||||
# endpoint field is deprecated, use base_url instead
|
||||
endpoint:
|
||||
type: string
|
||||
base_url:
|
||||
type: string
|
||||
protocol:
|
||||
type: string
|
||||
enum:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue