Skip to content

Update NFC Card

PUT
/api/v1/developer/credentials/nfc_cards/tokens/{token}

Available since v3.1.30

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

token*
Type
string
Required

Request Body

application/json
JSON
{
  
"alias": "string"
}

Responses

Successful response

application/json
JSON
{
  
"code": "SUCCESS",
  
"msg": "success",
  
"data": "success"
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI