Update datasource
PATCH /v1/admin/datasources/{id}
PATCH
/v1/admin/datasources/{id}
Updates datasource metadata, config fields, or secret references
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Datasource ID
Request Body
Section titled “Request Body ”Datasource update payload
object
config_fields
Array<object>
object
clear
boolean
is_secret
boolean
key
required
string
value
string
name
string
scan_policy
string
secret_backend
string
Responses
Section titled “ Responses ”OK
object
config_fields
Array<object>
object
has_value
boolean
is_secret
boolean
key
string
value
string
created_at
string
id
string
is_disabled
boolean
name
string
scan_policy
string
secret_backend
string
type
string
updated_at
string
Bad Request
object
error
string
message
string
Example
Success success
boolean
Example
trueUnauthorized
object
error
string
message
string
Example
Success success
boolean
Example
trueForbidden
object
error
string
message
string
Example
Success success
boolean
Example
trueNot Found
object
error
string
message
string
Example
Success success
boolean
Example
trueInternal Server Error
object
error
string
message
string
Example
Success success
boolean
Example
true