Emil Gullbrandsson Posted March 15, 2021 Share Posted March 15, 2021 Hi Support, When I'm running the below command: $jsonDataNot = ' { "PasswordID":"1234", "password":"ThisIsAPassword" } ' $jsonData = $jsonDataNot | ConvertTo-Json $PasswordstateUrl = "https://passwordstate.XXXXXX.group/winapi/passwords" $result = Invoke-Restmethod -Method Put -Uri $PasswordstateUrl -ContentType "application/json" -Body $jsonData -Credential $Credential I'm getting the following error: [{"errors":[{"message":"Not Found"},{"phrase":"No HTTP resource was found that matches the request URI 'https://passwordstate.XXXXXX.group/winapi/passwords'., No action was found on the controller 'Passwords' that matches the name 'updatepassword'."}]}] Any suggestions? Thanks! Link to comment Share on other sites More sharing options...
Jeroen Posted April 2, 2021 Share Posted April 2, 2021 On 3/15/2021 at 8:37 AM, Emil Gullbrandsson said: Hi Support, When I'm running the below command: $jsonDataNot = ' { "PasswordID":"1234", "password":"ThisIsAPassword" } ' $jsonData = $jsonDataNot | ConvertTo-Json $PasswordstateUrl = "https://passwordstate.XXXXXX.group/winapi/passwords" $result = Invoke-Restmethod -Method Put -Uri $PasswordstateUrl -ContentType "application/json" -Body $jsonData -Credential $Credential I'm getting the following error: [{"errors":[{"message":"Not Found"},{"phrase":"No HTTP resource was found that matches the request URI 'https://passwordstate.XXXXXX.group/winapi/passwords'., No action was found on the controller 'Passwords' that matches the name 'updatepassword'."}]}] Any suggestions? Thanks! Exactly the same here, since the upgrade to V9: No action was found on the controller 'Passwords' that matches the name 'addnewpassword' Unfortunately, no solution here. Link to comment Share on other sites More sharing options...
Jeroen Posted April 2, 2021 Share Posted April 2, 2021 50 minutes ago, Jeroen said: Exactly the same here, since the upgrade to V9: No action was found on the controller 'Passwords' that matches the name 'addnewpassword' Unfortunately, no solution here. Upgrade to V9 Build 9100 fixed my issue. Emil Gullbrandsson 1 Link to comment Share on other sites More sharing options...
support Posted April 2, 2021 Share Posted April 2, 2021 Hi Guys, Yes, this was fixed in build 9100 - sorry for the issue. Regards Click Studios Emil Gullbrandsson 1 Link to comment Share on other sites More sharing options...
Emil Gullbrandsson Posted April 6, 2021 Author Share Posted April 6, 2021 Thank you guys! I'll update to build 9100 ASAP Link to comment Share on other sites More sharing options...
support Posted April 6, 2021 Share Posted April 6, 2021 Thanks Emil Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now