# HG changeset patch # User Kim Alvefur # Date 1614815006 -3600 # Node ID 9d576af186119410772119ed7503e3a56fcde40e # Parent 35381608d32378a3091f45f92f3ceec24560eadd mod_rest/openapi: Remove 202 response for ping (doesn't happen) Could return an error, but that's a TODO for now diff -r 35381608d323 -r 9d576af18611 mod_rest/openapi.yaml --- a/mod_rest/openapi.yaml Wed Mar 03 11:51:39 2021 +0100 +++ b/mod_rest/openapi.yaml Thu Mar 04 00:43:26 2021 +0100 @@ -45,8 +45,6 @@ responses: 200: $ref: '#/components/responses/success' - 202: - $ref: '#/components/responses/sent' parameters: - $ref: '#/components/parameters/to' /rest/disco/{to}: