We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ec2f8 commit 9d1a2c4Copy full SHA for 9d1a2c4
README.md
@@ -68,7 +68,7 @@ public class Example {
68
client.model().objects().list(
69
ModelObjectsListRequest
70
.builder()
71
- .landscapeId("landscapeId")
+ .landscapeId("LANDSCAPE_ID")
72
.versionId("latest")
73
.build()
74
);
@@ -232,4 +232,4 @@ otherwise they would be overwritten upon the next generated release. Feel free t
232
a proof of concept, but know that we will not be able to merge it as-is. We suggest opening
233
an issue first to discuss with us!
234
235
-On the other hand, contributions to the README are always very welcome!
+On the other hand, contributions to the README are always very welcome!
0 commit comments