We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5956d03 commit f753e70Copy full SHA for f753e70
1 file changed
content/relayer/api/callPlugin.mdx
@@ -25,4 +25,4 @@ Logs and traces are only returned when the plugin is configured with `emit_logs`
25
Plugin-provided errors are normalized into a consistent payload (`code`, `details`) and a derived
26
message so downstream clients receive a stable shape regardless of how the handler threw.
27
28
-<APIPage document={"https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-relayer/refs/heads/release-v1.3.0/openapi.json"} operations={[{"path":"/api/v1/plugins/{plugin_id}/call","method":"post"}]} webhooks={[]} hasHead={false} />
+<APIPage document={"https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-relayer/refs/heads/main/openapi.json"} operations={[{"path":"/api/v1/plugins/{plugin_id}/call","method":"post"}]} webhooks={[]} hasHead={false} />
0 commit comments