Api url problem
#4584
Replies: 1 comment
-
The API for Cachet 3.x is no longer versioned, so you can access |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I installed a cachet 3.x instance.
My problem is to call to the api, I get a 404 not found.My dashboard a frontend works ok.
I call api:
curl -s -X PUT -H "X-Cachet-Token: 2|yCJwdcvsmyLU3OLz4vjCSkBHdNcnLj1XepHnw87y2f6d6221" -H "Content-Type: application/json" -d "{"status": 4}" "http://myurl.test/api/v1/components/1"
Any ideas?
THanks
Beta Was this translation helpful? Give feedback.
All reactions