Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: Margo Trust Bundle API
version: 1.0.0-rc.2
version: 1.0.0-rc.3
description: >
Read-only HTTPS endpoints served by the Margo Identity Service (MIS) role:
an optional discovery document that points a client to the Trust Bundle,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script>
window.onload = function() {
SwaggerUIBundle({
url: "/specification/identity/trust-bundle-api-1.0.0-rc.2.yaml", // path to api definition
url: "/specification/identity/trust-bundle-api-1.0.0-rc.3.yaml", // path to api definition
dom_id: '#swagger-ui-trust-bundle'
});
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Identity and authentication for the Management Interface are provided by the [Ma
## API Definition
The REST API is defined via the OpenAPI Specification:

- [OpenAPI Specification](https://github.com/margo/specification/blob/pre-draft/system-design/specification/margo-management-interface/workload-management-api-1.0.0-rc.2.yaml)
- [OpenAPI Specification](https://github.com/margo/specification/blob/pre-draft/system-design/specification/margo-management-interface/workload-management-api-1.0.0-rc.3.yaml)
- [Swagger UI](../margo-management-interface/management-interface-swagger.md)

## Transport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script>
window.onload = function() {
SwaggerUIBundle({
url: "/specification/margo-management-interface/workload-management-api-1.0.0-rc.2.yaml", // path to api definition
url: "/specification/margo-management-interface/workload-management-api-1.0.0-rc.3.yaml", // path to api definition
dom_id: '#swagger-ui'
});
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: Margo Workload Management API
version: 1.0.0-rc.2
version: 1.0.0-rc.3
description: >
API for managing workloads on Margo-conformant edge devices.
Includes the APIs for exchanging desired state and current state.
Expand Down
Loading