From 054276174d4eb8d767081d432e5d6d5af5d4e28a Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 24 Jun 2025 13:30:01 +0200 Subject: [PATCH] adjust swagger --- docs/http-api/swagger/authoritative-api-swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/http-api/swagger/authoritative-api-swagger.yaml b/docs/http-api/swagger/authoritative-api-swagger.yaml index 0be561ce52..46f7188f25 100644 --- a/docs/http-api/swagger/authoritative-api-swagger.yaml +++ b/docs/http-api/swagger/authoritative-api-swagger.yaml @@ -1078,9 +1078,9 @@ paths: description: The length of the network prefix responses: '200': - description: An array of networks + description: A network schema: - $ref: '#/definitions/Networks' + $ref: '#/definitions/Network' <<: *commonErrors put: summary: Sets the view associated to the given network -- 2.47.2