assetgroups/validate
Validate that list of asset groups are ready to import
- 1 New asset groups will be added and existing asset groups will be updated.
- 2 Asset groups cannot be mass deleted using this endpoint. To remove an asset group, call the delete endpoint
- 3 Name is a mandatory field. It cannot be blank.
Request Information
URI Parameters
None.
Body Parameters
Asset Groups to import
ValidateAssetGroupsDtoName | Description | Type | Additional information |
---|---|---|---|
assetGroups |
Asset groups to validate |
Collection of ImportAssetGroupDto |
Required Max length: 1000 Min length: 1 |
Response Information
Standard Responses
None.
Error Responses
HTTP Status Code | Error Message | Type | Additional Information |
---|---|---|---|
400 - BadRequest | The request is invalid |
ModelStateDictionary |
None. |