File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
datatrails-common-api/assets/v2/assets Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ message PublicAssetURLResponse {
40
40
description :
41
41
"A url that can be used to access the public asset."
42
42
}
43
- example :'{ "publicurl": "https://app.datatrails.ai/archivist/publicassets/add30235-1424-4fda-840a-d5ef82c4c96f"}'
43
+ example :'{ "publicurl": "https://app.datatrails.ai/archivist/v2/ publicassets/add30235-1424-4fda-840a-d5ef82c4c96f"}'
44
44
};
45
45
string publicurl = 1 ;
46
46
}
@@ -52,7 +52,7 @@ message PublicEventURLResponse {
52
52
description :
53
53
"A url that can be used to access the public event."
54
54
}
55
- example :'{ "publicurl": "https://app.datatrails.ai/archivist/publicassets/add30235-1424-4fda-840a-d5ef82c4c96f/events/11bf5b37-e0b8-42e0-8dcf-dc8c4aefc000"}'
55
+ example :'{ "publicurl": "https://app.datatrails.ai/archivist/v2/ publicassets/add30235-1424-4fda-840a-d5ef82c4c96f/events/11bf5b37-e0b8-42e0-8dcf-dc8c4aefc000"}'
56
56
};
57
57
string publicurl = 1 ;
58
- }
58
+ }
You can’t perform that action at this time.
0 commit comments