Skip to content

Commit

Permalink
Merge branch 'master' into 1.0.4-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pereira Sequeira committed Jul 26, 2017
2 parents f536ce0 + d5d5e8b commit 380be93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/bynder/sdk/query/UsageCreateQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class UsageCreateQuery {
/**
* URI with the location of the asset in the integration.
*/
@ApiField(name = "location")
@ApiField(name = "uri")
private String location;
/**
* Additional information about the asset usage.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bynder/sdk/query/UsageDeleteQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class UsageDeleteQuery {
/**
* URI with the location of the asset in the integration.
*/
@ApiField(name = "location")
@ApiField(name = "uri")
private String location;

public UsageDeleteQuery(final String integrationId, final String assetId) {
Expand Down

0 comments on commit 380be93

Please sign in to comment.