Supported Formats

json

Errors

Code Description
401 Token is invalid
401 You must authenticate to perform this request.
404 The requested resource was not found.
411 If this error occurs, either provide the `Content-type: 0` header or provide an empty data field (`{}` for example).

Examples

PUT '/api/v2/assets_groups/54/add_asset' -d {
   "assets_group": {
     "asset_imei": "357778024355687"
   }
 } :
 {
   "id": 54,
   "name": "test group",
   "assets": [359858021918949","359858024351692","357778024355687"]
 } 

Params

Param name Description
_token
required

Validations:

  • Must be a String

asset_imei
optional

IMEI of the asset to add

Validations:

  • Must be a String