Tenant - Refreshes asset details for a tenant

Refreshes asset details for a specified tenant.

post

This API call may take some more time as compared to other API calls

Authorizations
Path parameters
tenantIdstring · uuidRequired

Enter the ID of an existing tenant.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Asset details refreshed successfully.
post
POST /tenants/{tenantId}/refreshAssets HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated