File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 945
945
</t >
946
946
<t hangText =" attachmentPointer" >
947
947
The JSON Pointer for the location within the instance to which the
948
- link is attached. By default, "contextUri" and "attachmentUri " are
948
+ link is attached. By default, "contextUri" and "attachmentPointer " are
949
949
the same, but "contextUri" can be changed by LDO keywords, while
950
- "attachmentUri " cannot.
950
+ "attachmentPointer " cannot.
951
951
</t >
952
952
</list >
953
953
Other LDO keywords that are not involved in producing the above information
@@ -2305,15 +2305,15 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
2305
2305
"contextPointer": "",
2306
2306
"rel": "self",
2307
2307
"targetUri":
2308
- "https://api.example.com/things?offset=20, limit=2",
2308
+ "https://api.example.com/things?offset=0& limit=2",
2309
2309
"attachmentPointer": ""
2310
2310
},
2311
2311
{
2312
2312
"contextUri": "https://api.example.com/things",
2313
2313
"contextPointer": "",
2314
2314
"rel": "next",
2315
2315
"targetUri":
2316
- "https://api.example.com/things?offset=22, limit=2",
2316
+ "https://api.example.com/things?offset=3& limit=2",
2317
2317
"attachmentPointer": ""
2318
2318
}
2319
2319
]]]>
You can’t perform that action at this time.
0 commit comments