Last updated 2 months ago
This API call may take some more time as compared to other API calls
/tenants/{tenantId}/refreshAssets
Enter the ID of an existing tenant.
The requested API version
Success: Asset details refreshed successfully.
Unauthorized: Invalid credentials or missing/invalid authentication token.
Not Found: Indicates that the requested tenant does not exist.
Internal Server Error: An unexpected error occurred or a server timeout.
curl -L \ --request POST \ --url '/tenants/{tenantId}/refreshAssets' \ --header 'Authorization: Bearer JWT'
{ "message": "Success Message", "statusCode": 200 }