mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 14:48:43 +05:00
Finished integration tests for apier/v1/actionprofiles.go
This commit is contained in:
committed by
Dan Christian Bogos
parent
ce00012fb1
commit
12c19ed255
@@ -1736,10 +1736,11 @@ const (
|
||||
|
||||
// ActionProfile APIs
|
||||
const (
|
||||
APIerSv1SetActionProfile = "APIerSv1.SetActionProfile"
|
||||
APIerSv1GetActionProfile = "APIerSv1.GetActionProfile"
|
||||
APIerSv1GetActionProfileIDs = "APIerSv1.GetActionProfileIDs"
|
||||
APIerSv1RemoveActionProfile = "APIerSv1.RemoveActionProfile"
|
||||
APIerSv1SetActionProfile = "APIerSv1.SetActionProfile"
|
||||
APIerSv1GetActionProfile = "APIerSv1.GetActionProfile"
|
||||
APIerSv1GetActionProfileIDs = "APIerSv1.GetActionProfileIDs"
|
||||
APIerSv1GetActionProfileIDsCount = "APIerSv1.GetActionProfileIDsCount"
|
||||
APIerSv1RemoveActionProfile = "APIerSv1.RemoveActionProfile"
|
||||
)
|
||||
|
||||
//cgr_ variables
|
||||
|
||||
Reference in New Issue
Block a user