Skip to content
Snippets Groups Projects
  1. Aug 10, 2023
    • Jonas Gröger's avatar
      fix: return 200 (not 202) for new synchronous endpoints (planning#460) · f52f03ed
      Jonas Gröger authored
      The endpoints and their respective response codes
      
                                            before              after
          1. PUT /v1/replies/<id>/reject -> 202                 200
          2. PUT /v1/replies/<id>/accept -> 202                 200
          3. PUT /v1/replies/<id>	       -> 202                 200
          4. PUT /v1/submission/<id>     -> 202                 202
      
      returned a 202 in the positive case. This doesen't make sense since they're
      synchronous requests and should return 200. For the not yet released new
      endpoints 1, 2 and 3 we can still change that without breaking any kind of API
      compatability.
      
      For endpoint 4, we have to keep it at 202 for API compatability but add a marker
      once v2 is considered.
      f52f03ed
  2. Aug 09, 2023
  3. Aug 08, 2023
  4. Aug 07, 2023
  5. Aug 02, 2023
  6. Jul 20, 2023
  7. Jul 17, 2023
  8. Jun 29, 2023
  9. May 08, 2023
  10. Apr 27, 2023
  11. Mar 13, 2023
  12. Feb 21, 2023
  13. Feb 20, 2023
  14. Jan 30, 2023
  15. Jan 17, 2023
Loading