changeset 4492:9d576af18611

mod_rest/openapi: Remove 202 response for ping (doesn't happen) Could return an error, but that's a TODO for now
author Kim Alvefur <zash@zash.se>
date Thu, 04 Mar 2021 00:43:26 +0100
parents 35381608d323
children 89571a20196f
files mod_rest/openapi.yaml
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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}: