From 73a4ae7ce2868ca944ae005341623223b43b2447 Mon Sep 17 00:00:00 2001 From: Sander Jochems Date: Sat, 20 Jul 2024 19:03:38 +0200 Subject: [PATCH] Fix hrefs in access-lists.json --- backend/schema/endpoints/access-lists.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/schema/endpoints/access-lists.json b/backend/schema/endpoints/access-lists.json index 404e3237..763f8c77 100644 --- a/backend/schema/endpoints/access-lists.json +++ b/backend/schema/endpoints/access-lists.json @@ -87,7 +87,7 @@ { "title": "Create", "description": "Creates a new Access List", - "href": "/nginx/access-list", + "href": "/nginx/access-lists", "access": "private", "method": "POST", "rel": "create", @@ -156,7 +156,7 @@ { "title": "Update", "description": "Updates a existing Access List", - "href": "/nginx/access-list/{definitions.identity.example}", + "href": "/nginx/access-lists/{definitions.identity.example}", "access": "private", "method": "PUT", "rel": "update", @@ -221,7 +221,7 @@ { "title": "Delete", "description": "Deletes a existing Access List", - "href": "/nginx/access-list/{definitions.identity.example}", + "href": "/nginx/access-lists/{definitions.identity.example}", "access": "private", "method": "DELETE", "rel": "delete",