dataset_url json property moved to product_url

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@133366 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-10-20 08:40:52 +00:00
parent cf4b6bf37b
commit 584cac5372
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public class ResponseCreationBean {
@JsonProperty("id")
private String id;
@JsonProperty("dataset_url")
@JsonProperty("product_url")
String datasetUrl;
@JsonProperty("error")