mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
docs fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user