Skip to content

Commit 976d515

Browse files
committed
Merge branch '861-space-quota-definition' into 2.x
2 parents 5c2d7f4 + b1cf743 commit 976d515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/spaces/_CreateSpaceRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ abstract class _CreateSpaceRequest {
8585
/**
8686
* The space quota definition id
8787
*/
88-
@JsonProperty("space quota definition guid")
88+
@JsonProperty("space_quota_definition_guid")
8989
@Nullable
9090
abstract String getSpaceQuotaDefinitionId();
9191

0 commit comments

Comments
 (0)