Skip to main content
POST
/
miniapp
/
subscription
/
devices
Update Subscription Devices Endpoint
curl --request POST \
  --url http://localhost:8080/miniapp/subscription/devices \
  --header 'Content-Type: application/json' \
  --data '
{
  "initData": "<string>",
  "subscription_id": 123,
  "devices": 123,
  "device_limit": 123
}
'
{
  "success": true,
  "message": "<string>"
}

Body

application/json
initData
string
required
subscription_id
integer | null
devices
integer | null
device_limit
integer | null

Response

Successful Response

success
boolean
default:true
message
string | null