i can't modify anything, the response status code 404
Hi There,
Thanks for reaching out to Atlassian Community!
The 404 error you're seeing when attempting to modify data points via the API suggests that the request is either targeting an incorrect endpoint or there could be an issue with your API keys or permissions.
The API request you're sending should be correctly formatted according to the Statuspage API documentation. For submitting metric data, ensure you're using the right endpoint;
Verify that you're using the correct API key, and that the key has the necessary permissions to submit data for metrics. Make sure that your API key is set correctly in your request's Authorization header as Authorization: OAuth <api_key>;
Ensure that both the page_id and metric_id are accurate and active in your Statuspage configuration;
Since you're working with requests from a web browser, consider testing the same request from Postman or a command-line tool like curl
to rule out CORS issues, which might be blocking the browser-based request.
If none of these steps resolve the issue, you may want to contact our support directly for further assistance.
https://support.atlassian.com/contact/#/
Best Regards,
Egor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.