Skip to content

Commit 079aa59

Browse files
authored
Add POST method of /PivotVariables
1 parent c4bb32c commit 079aa59

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MDX2JSON/REST.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ XData UrlMap
7171

7272
<!-- Get info about pivot variables-->
7373
<Route Url="/PivotVariables/:Cube" Method="GET" Call="WritePivotVariablesForCube"/>
74+
<Route Url="/PivotVariables" Method="POST" Call="WritePivotVariablesForCube"/>
7475

7576
<!-- Get info about user config-->
7677
<Route Url="/Config" Method="POST" Call="SetConfig"/>

0 commit comments

Comments
 (0)