Skip to content

Commit 4af08cf

Browse files
authored
Merge pull request #557 from apiarya/patch-2
Corrected RFC reference
2 parents 3db3462 + b4f24bc commit 4af08cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/GuidelinesGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ If possible, APIs SHOULD use resource-based designs with standard HTTP methods r
275275

276276
Operation resources MUST have a binding parameter that matches the type of the bound resource. In addition, both actions and functions support overloading, meaning an API definition might contain multiple actions or functions with the same name.
277277

278-
For an additional list of standard HTTP methods, see the [RFC7230](https://www.rfc-editor.org/rfc/rfc9112)).
278+
For an additional list of standard HTTP methods, see the [RFC7231 Hypertext Transfer Protocol](https://www.rfc-editor.org/rfc/rfc7231).
279279

280280
### Error handling
281281

0 commit comments

Comments
 (0)