I would like to properly design my json API with long running jobs with Blueprint.
I need to process files, return a 202 Accepted
with a location header and then design the temporary location who will receive 303 See Other
and then the final object 201 Created
.
Is there a way to properly design this sequence ?
The blueprint could look like this: