Bank device

Update one

Receives names or configurations for the a bank device

patch/v1/banking/bank_devices/{bank_device_id}

Parameters

#/paths/~1v1~1banking~1bank_keys/get/parameters/0 — unresolved $ref
#/paths/~1v1~1banking~1bank_devices~1%7Bbank_device_id%7D/get/parameters/1 — unresolved $ref

Request body

namestring
blockedboolean

Used to temporarily enable or disable the device

token_lengthinteger

Used to configurate the device to only return tokens of this length

Example request

{
  "name": "Token bci 2"
}

Response

Updated bank key

idstring uuid required
holder_idstring uuid nullable
namestring
blockedboolean required
token_lengthinteger required
created_atstring date-time
updated_atstring date-time

Example response

{
  "name": "Token bci 1"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.