You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
is there a way to update the Server's information on the homepage like http://localhost through the API?
I am looking for something like: curl -X PUT -H "Authorization: Bearer ${TOKEN}" -H "Accept: application/json" -H "Content-Type: application/json" -d '{ "description": "foobar"}' http://localhost/edit
but this returns: WARN org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' not supported]
Thanks
The text was updated successfully, but these errors were encountered:
What is your question?
Hello,
is there a way to update the Server's information on the homepage like http://localhost through the API?
I am looking for something like:
curl -X PUT -H "Authorization: Bearer ${TOKEN}" -H "Accept: application/json" -H "Content-Type: application/json" -d '{ "description": "foobar"}' http://localhost/edit
but this returns:
WARN org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver - Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' not supported]
Thanks
The text was updated successfully, but these errors were encountered: