Update a Credential Input Source
put
/api/v2/credential_input_sources/{id}/
Make a PUT or PATCH request to this resource to update this credential input source. The following fields may be modified:
description
: Optional description of this credential input source. (string, default=""
)input_field_name
: (string, required)metadata
: (json, default={}
)target_credential
: (id, required)source_credential
: (id, required)
For a PUT request, include all fields in the request.
Request
Supported Media Types
- application/json
Path Parameters
Root Schema : CredentialInputSource
Type:
Show Source
object
-
created:
string
Title:
Created
Read Only:true
-
description:
string
Title:
Description
-
id:
integer
Title:
ID
Read Only:true
-
input_field_name(required):
string
Title:
Input field name
Minimum Length:1
Maximum Length:1024
-
metadata:
object Metadata
Title:
Metadata
-
modified:
string
Title:
Modified
Read Only:true
- related: string
-
source_credential(required):
integer
Title:
Source credential
-
summary_fields:
string
Title:
Summary fields
Read Only:true
-
target_credential(required):
integer
Title:
Target credential
-
type:
string
Title:
Type
Read Only:true
-
url:
string
Title:
Url
Read Only:true
Nested Schema : Metadata
Type:
object
Title:
Metadata
Response
Supported Media Types
- application/json
200 Response
Root Schema : CredentialInputSource
Type:
Show Source
object
-
created:
string
Title:
Created
Read Only:true
-
description:
string
Title:
Description
-
id:
integer
Title:
ID
Read Only:true
-
input_field_name(required):
string
Title:
Input field name
Minimum Length:1
Maximum Length:1024
-
metadata:
object Metadata
Title:
Metadata
-
modified:
string
Title:
Modified
Read Only:true
- related: string
-
source_credential(required):
integer
Title:
Source credential
-
summary_fields:
string
Title:
Summary fields
Read Only:true
-
target_credential(required):
integer
Title:
Target credential
-
type:
string
Title:
Type
Read Only:true
-
url:
string
Title:
Url
Read Only:true
Nested Schema : Metadata
Type:
object
Title:
Metadata