We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bb32c commit 079aa59Copy full SHA for 079aa59
1 file changed
MDX2JSON/REST.cls
@@ -71,6 +71,7 @@ XData UrlMap
71
72
<!-- Get info about pivot variables-->
73
<Route Url="/PivotVariables/:Cube" Method="GET" Call="WritePivotVariablesForCube"/>
74
+ <Route Url="/PivotVariables" Method="POST" Call="WritePivotVariablesForCube"/>
75
76
<!-- Get info about user config-->
77
<Route Url="/Config" Method="POST" Call="SetConfig"/>
0 commit comments