We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f536ce0 + d5d5e8b commit 380be93Copy full SHA for 380be93
src/main/java/com/bynder/sdk/query/UsageCreateQuery.java
@@ -29,7 +29,7 @@ public class UsageCreateQuery {
29
/**
30
* URI with the location of the asset in the integration.
31
*/
32
- @ApiField(name = "location")
+ @ApiField(name = "uri")
33
private String location;
34
35
* Additional information about the asset usage.
src/main/java/com/bynder/sdk/query/UsageDeleteQuery.java
@@ -24,7 +24,7 @@ public class UsageDeleteQuery {
24
25
26
27
28
public UsageDeleteQuery(final String integrationId, final String assetId) {
0 commit comments