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' -d {
   "assets_group": {
     "name": "test group renamed",
     "asset_imeis": ["359858024351692"]
   }
 } :
 {
   "id": 54,
   "name": "test group renamed",
   "assets": ["359858024351692"]
 } 

Params

Param name Description
_token
required

Validations:

  • Must be a String

asset_imeis
optional

List of new imeis

Validations:

  • Must be an array of any type

name
optional

New name of the asset group

Validations:

  • Must be a String