Skip to content

Commit e1f76fd

Browse files
falko17JKRhbpulsastrix
committed
docs: fix patch REST method documentation
Co-authored-by: Jan Romann <[email protected]> Co-authored-by: Hugo Hakim Damer <[email protected]>
1 parent 8564d4b commit e1f76fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/src/aif.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ enum AifRestMethod with CborSerializableEnum {
5959
/// Not available for HTTP.
6060
fetch(1 << 4),
6161

62-
/// PATCH method as specified in [RFC 8132, section 3 (CoAP)](https://datatracker.ietf.org/doc/html/rfc8132#section-3).
63-
///
64-
/// Not available for HTTP.
62+
/// PATCH method as specified in [RFC 8132, section 3 (CoAP)](https://datatracker.ietf.org/doc/html/rfc8132#section-3),
63+
/// and [RFC 5789, section 2 (HTTP)](https://datatracker.ietf.org/doc/html/rfc5789#section-2).
6564
patch(1 << 5),
6665

6766
/// iPATCH method as specified in [RFC 8132, section 3 (CoAP)](https://datatracker.ietf.org/doc/html/rfc8132#section-3).

0 commit comments

Comments
 (0)