Skip to main content

Change smart credential state

PUT 

/api/web/v1/smartcredentials/:id/changestate

Change the state of the specified smart credential. Caller requires the SMARTCREDENTIALS:EDIT permission.

Request

Path Parameters

    id stringrequired

    The UUID of the smart credential whose state is to be changed.

Body

required

    state string

    Possible values: [ACTIVE, INACTIVE]

    The new state of the smart credential.

Responses

Successful

Loading...