From 5cc057f04bc4a897c523b7c3b76236c77be6156c Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 25 May 2026 16:59:52 +0400 Subject: [PATCH] Update openapi doc --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index eed45eba..b736ec30 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -151,7 +151,7 @@ components: description: Whether the AutoRelay service is currently running portMapping: type: string - enum: [none, upnp, pmp] + enum: [none, upnp, pmp, pcp] description: Active NAT port mapping type DataList: @@ -572,7 +572,7 @@ paths: required: true schema: type: string - enum: [endpoint-independent, address-dependent, address-and-port-dependent] + enum: [endpoint-independent, address-dependent, address-and-port-dependent, double-nat] responses: "200":