Tenant - Refreshes a dataset
Authorizations
Path parameters
datasetIdstring · uuidRequired
Enter the ID of the dataset to be refreshed.
tenantIdstring · uuidRequired
Enter the ID of an existing tenant.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: Dataset refreshed successfully.
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
404
Not Found: Indicates that the requested dataset does not exist.
409
Conflict: Indicates that the refreshing of the requested dataset is currently in progress.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
POST /tenants/{tenantId}/refresh/{datasetId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated