Return 202 Accepted when a job has been triggered, and the request for it seemed to be well-formed and authorized.
Add a warning to the changelog and mention that the client already supports it.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/202
Use the new util function request_accepted_for_processing() for the response.
Return 202 Accepted when a job has been triggered, and the request for it seemed to be well-formed and authorized.
Add a warning to the changelog and mention that the client already supports it.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/202
Use the new util function
request_accepted_for_processing()for the response.