Skip to content

Commit 26d6c02

Browse files
committed
Update Blog “why-is-redfish®-different-from-other-rest-apis-part-1”
1 parent 5489e12 commit 26d6c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/why-is-redfish®-different-from-other-rest-apis-part-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ After verification, the client code can change (PATCH) the properties marked as
141141

142142
### Link to schema
143143

144-
To help client programmers to verify programmatically if properties can be modified, request responses must contain a header `Link` pointing to the schema file describing the response as shown in Figure 9. With such a link, programmers don't have to browse the schema and the registry stores mentioned above.
144+
To help client programmers to verify programmatically property descriptions, the protocol imposes a header `Link` in responses, pointing to the concerned schema file, as shown in Figure 9. With such a link, clients don't have to browse the schema and the registry stores mentioned above; they just have to follow the provided link.
145145

146146
![Figure 9: Possible operations on the URI and link to schema](/img/fig9-allowheader.png "Figure 9: Possible operations on the URI and link to schema")
147147

0 commit comments

Comments
 (0)