Update a Credential

patch

/api/v2/credentials/{id}/

Make a PUT or PATCH request to this resource to update this credential. The following fields may be modified:

  • name: Name of this credential. (string, required)
  • description: Optional description of this credential. (string, default="")
  • organization: (id, default=None)
  • credential_type: Specify the type of credential you want to create. Refer to the documentation for details on each type. (id, required)

  • inputs: Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax. (json, default={})

For a PATCH request, include only the fields that are being modified.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : Credential
Type: object
Show Source
Nested Schema : Inputs
Type: object
Title: Inputs
Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax.
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : Credential
Type: object
Show Source
Nested Schema : Inputs
Type: object
Title: Inputs
Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax.
Back to Top