diff --git a/docs/apicalls.rst b/docs/apicalls.rst index 0c395c98b..6f0c6e7f1 100644 --- a/docs/apicalls.rst +++ b/docs/apicalls.rst @@ -308,7 +308,8 @@ GetDestination Gets the destinations for the specified tag. :: - type AttrDestination { + + type AttrDestination struct { Id string Prefixes []string } @@ -323,7 +324,8 @@ SetDestination Sets the destinations for the specified tag. :: - type AttrDestination { + + type AttrDestination struct{ Id string Prefixes []string }