Skip to main content
PUT
/
tenant
/
{tenantId}
/
token_configuration
/
{id}
/
assets
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "success": true
  }
}

Path Parameters

tenantId
integer
required
id
integer
required

Body

actorUserId
string | null
principalOid
string | null
tenantId
string | null
description
string | null
name
string | null
ticker
string | null
assets
object[] | null
id
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object