4xx Client Error
You found the right place, but you're trying to do something that's not allowed here. Try a different action.
Use 405 when the server knows the method but this specific resource does not support it.
POST https://api.example.test/api/reports/123405 Method Not Allowed
# Headers
Allow: GET, PUTReports can be read or updated but not created at this endpoint