Commit 5d9b67f4 authored by M. Rehan Abbasi's avatar M. Rehan Abbasi
Browse files

add /cellularPower endpoint for GIS engine in permissions.yaml file

parent 3d42ccbf
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -313,6 +313,13 @@ services:
        roles:
          admin: 'allow'
          user: 'allow'
      - name: 'GetGeoDataPowerValues'
        path: '/geodata/cellularPower'
        method: 'POST'
        mode: 'verify'
        roles:
          admin: 'allow'
          user: 'allow'
      - name: 'UpdateGeoDataByName'
        path: '/geodata/{assetName}'
        method: 'POST'