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
Path Parameters
Body ()
Root Schema : CredentialInputSource
Type: object
Show Source
Nested Schema : Metadata
Type: object
Title: Metadata
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : CredentialInputSource
Type: object
Show Source
Nested Schema : Metadata
Type: object
Title: Metadata
Back to Top