latestOpenAPI 3.0.3MIT2026-08-124627160.3 KB

c04c2c708bf9

Credential Lists

Update a credential list

put/credentialLists/{id}

Path parameters

idstring required

The ID of the credential list to update.

Request body

namestring required

The name of the credential list.

Example request

{
  "name": "My Credential List"
}

Response

OK

namestring

The name of the credential list.

idstring

The ID of the credential list.

Example response

{
  "name": "My Credential List",
  "id": "01GNZ9MXEZ4K6S8GB7RW063VAN"
}