Update a Credential Type
put
/api/v2/credential_types/{id}/
Make a PUT or PATCH request to this resource to update this credential type. The following fields may be modified:
name
: Name of this credential type. (string, required)description
: Optional description of this credential type. (string, default=""
)-
kind
: (choice, required)net
: Networkcloud
: Cloud
-
inputs
: Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax. (json, default={}
) injectors
: Enter injectors using either JSON or YAML syntax. Refer to the documentation for example syntax. (json, default={}
)
For a PUT request, include all fields in the request.
Request
Supported Media Types
- application/json
Path Parameters
Query Parameters
-
search: string
A search term.
Root Schema : schema
Type:
Show Source
object
-
description:
string
-
injectors:
object injectors
Enter injectors using either JSON or YAML syntax. Refer to the documentation for example syntax.
-
inputs:
object inputs
Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax.
-
kind(required):
string
-
name(required):
string
Nested Schema : injectors
Type:
object
Enter injectors using either JSON or YAML syntax. Refer to the documentation for example syntax.
Nested Schema : inputs
Type:
object
Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax.