From 88d4d568b0fa447a85c1c3b8b2ba470e0ce2eab6 Mon Sep 17 00:00:00 2001 From: Mohamed Abdelaal Date: Sun, 12 Jan 2025 16:03:50 +0200 Subject: [PATCH] Fix missing `success-responses` anchor Success Responses section was not set as header, so all anchors reference it wasn't working --- pkg/dtd_impl/dtd_protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/dtd_impl/dtd_protocol.md b/pkg/dtd_impl/dtd_protocol.md index 34e10eb3a692..771100f8e0a2 100644 --- a/pkg/dtd_impl/dtd_protocol.md +++ b/pkg/dtd_impl/dtd_protocol.md @@ -905,7 +905,7 @@ code | message | meaning 142 | Permission denied | Permission has been denied for the requested action. 143 | File scheme expected on uri | The uri parameter should be passed as a uri with a file scheme. - Success Responses +### Success Responses Methods that respond with `Success` do so with the following RPC.