From 23edcf432b74fe54dd432c03615864d571a72a66 Mon Sep 17 00:00:00 2001 From: Armand Craig Date: Mon, 15 Dec 2025 08:11:35 -0500 Subject: [PATCH] Fix API reference links Signed-off-by: Armand Craig --- .../api-requirements-and-security.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system-design/specification/margo-management-interface/api-requirements-and-security.md b/system-design/specification/margo-management-interface/api-requirements-and-security.md index 33df4a1..b52927b 100644 --- a/system-design/specification/margo-management-interface/api-requirements-and-security.md +++ b/system-design/specification/margo-management-interface/api-requirements-and-security.md @@ -19,9 +19,9 @@ Below is a breakdown of the three major categories these requirements fall under The REST API is defined via the Open API Specification. - Follow the link below to see the specification: - - [OPEN API SPEC](https://github.com/margo/specification-enhancements/blob/api-details-finalization-wip/submitted/api-details-finalization-SUP-folder/margo_workload_api_wip.yaml) -> Note: This definition is a work in progress -#### General Rest API information + - [OpenAPI Specification](https://github.com/margo/specification/blob/pre-draft/system-design/specification/margo-management-interface/workload-management-api-1.0.0.yaml) + - [Swagger UI](../margo-management-interface/management-interface-swagger.md) +#### General Rest API information Server-side TLS REST API MUST be utilized operating over HTTP1.1. - The motivation to utilize HTTP1.1 is to ensure maximum support for existing infrastructure within our install base.