File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -2380,6 +2380,29 @@ paths:
23802380 description : The target entity could not be found
23812381 ' 500 ' :
23822382 description : Internal error
2383+ ' /entities/{id}/flush-cache ' :
2384+ delete :
2385+ summary : " Delete the cached data from Memcached for a given entity, HuBMAP-Read access is required in AWS API Gateway"
2386+ parameters :
2387+ - name : id
2388+ in : path
2389+ description : The unique identifier of entity. This identifier can be either an HuBMAP ID (e.g. HBM123.ABCD.456) or UUID
2390+ required : true
2391+ schema :
2392+ type : string
2393+ responses :
2394+ ' 200 ' :
2395+ description : A confirmation message upon successful operation
2396+ ' 400 ' :
2397+ description : Invalid or misformatted entity identifier
2398+ ' 401 ' :
2399+ description : The user's token has expired or the user did not supply a valid token
2400+ ' 403 ' :
2401+ description : The user is not authorized to query the provenance of the given entity.
2402+ ' 404 ' :
2403+ description : The target entity could not be found
2404+ ' 500 ' :
2405+ description : Internal error
23832406 ' /entities/{id}/instanceof/{type} ' :
23842407 get :
23852408 summary : Determines if the Entity with id is an instance of type
You can’t perform that action at this time.
0 commit comments