You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
2383
2406
'/entities/{id}/instanceof/{type}':
2384
2407
get:
2385
2408
summary: Determines if the Entity with id is an instance of type
@@ -2826,93 +2849,6 @@ paths:
2826
2849
description: The target dataset could not be found
2827
2850
'500':
2828
2851
description: Internal error
2829
-
'/datasets/prov-info':
2830
-
get:
2831
-
summary: 'returns ALL provenance information for ALL datasets in a default table/tsv format or optionally a json format when an optional ?format=json parameter is provided'
2832
-
parameters:
2833
-
- name: format
2834
-
in: query
2835
-
description: "A case insensitive string. Any value besides 'json' will have no effect. If the string is 'json', provenance info will be returned as a json. Otherwise, it will be returned as a tsv file"
2836
-
required: false
2837
-
schema:
2838
-
type: string
2839
-
enum: ['json', 'tsv']
2840
-
- name: group_uuid
2841
-
in: query
2842
-
description: The uuid of the group
2843
-
required: false
2844
-
schema:
2845
-
type: string
2846
-
- name: has_rui_info
2847
-
in: query
2848
-
description: A case insensitive string. Any value besides true or false will cause a 400 exception.
2849
-
required: false
2850
-
schema:
2851
-
type: string
2852
-
enum: ['true', 'false']
2853
-
- name: organ
2854
-
in: query
2855
-
description: Case insensitive string for 2 character organ code. Values must be present on organ yaml or a 400 exception is raised
2856
-
required: false
2857
-
schema:
2858
-
type: string
2859
-
- name: dataset_status
2860
-
in: query
2861
-
description: Case insensitive string indicating the current status of a dataset
2862
-
required: false
2863
-
schema:
2864
-
type: string
2865
-
enum: ['QA', 'New', 'Published']
2866
-
responses:
2867
-
'200':
2868
-
description: all provenance information for every dataset in the database either as a json list or as a tsv file to be downloaded
description: The user's token has expired or the user did not supply a valid token
2912
-
'403':
2913
-
description: THe user is not authorized to use this method
2914
-
'500':
2915
-
description: Internal error
2916
2852
'/datasets/{id}/prov-info':
2917
2853
get:
2918
2854
summary: 'returns aLL provenance information for a single dataset in a default table/tsv format or optionally a json format when an optional ?format=json parameter is provided'
@@ -3053,45 +2989,6 @@ paths:
3053
2989
- 'abcd1234-ef56-gh78-ij90-klmnop123456'
3054
2990
'500':
3055
2991
description: Internal error
3056
-
'/samples/prov-info':
3057
-
get:
3058
-
summary: 'returns all provenance information for a each sample in a json format'
3059
-
parameters:
3060
-
- name: group_uuid
3061
-
in: query
3062
-
description: The uuid of the group
3063
-
required: false
3064
-
schema:
3065
-
type: string
3066
-
responses:
3067
-
'200':
3068
-
description: all provenance information for the every sample given as a json list
0 commit comments