nmfta-repo / nmfta-opentelematics-api

API Blueprint for Open Telematics API
Apache License 2.0
13 stars 6 forks source link

Exports being processed should return 202 instead of 204 #121

Closed derek-zonar closed 5 years ago

derek-zonar commented 5 years ago

204 indicates the request has been fulfilled and there is no content for the client. 202 indicates the request is still being processed. Proposed change from #119.

derek-zonar commented 5 years ago

Newest commit should have the two changes.

BenGardiner commented 5 years ago

thanks again, @derek-zonar . I merged these changes, preserving attribution, into a larger set of changes to resolve some conflicts: see pull request #128