Skip to content

Commit 380be93

Browse files
author
Daniel Pereira Sequeira
committed
Merge branch 'master' into 1.0.4-branch
2 parents f536ce0 + d5d5e8b commit 380be93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/bynder/sdk/query/UsageCreateQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class UsageCreateQuery {
2929
/**
3030
* URI with the location of the asset in the integration.
3131
*/
32-
@ApiField(name = "location")
32+
@ApiField(name = "uri")
3333
private String location;
3434
/**
3535
* Additional information about the asset usage.

src/main/java/com/bynder/sdk/query/UsageDeleteQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class UsageDeleteQuery {
2424
/**
2525
* URI with the location of the asset in the integration.
2626
*/
27-
@ApiField(name = "location")
27+
@ApiField(name = "uri")
2828
private String location;
2929

3030
public UsageDeleteQuery(final String integrationId, final String assetId) {

0 commit comments

Comments
 (0)