From 818fe78ddf14c78c812ccc0d3103005e03661145 Mon Sep 17 00:00:00 2001 From: Ruth Fuchss Date: Mon, 19 Jun 2023 12:51:21 +0200 Subject: [PATCH 1/2] doc: fix symbolic link to rest-api.yaml after moving the directory Signed-off-by: Ruth Fuchss --- doc/.sphinx/_extra/rest-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/.sphinx/_extra/rest-api.yaml b/doc/.sphinx/_extra/rest-api.yaml index ad17be82a0ad..47b127652378 120000 --- a/doc/.sphinx/_extra/rest-api.yaml +++ b/doc/.sphinx/_extra/rest-api.yaml @@ -1 +1 @@ -../../doc/rest-api.yaml \ No newline at end of file +../../rest-api.yaml \ No newline at end of file From 19de036390ee300435bb02974c3ec2a6a2c0de78 Mon Sep 17 00:00:00 2001 From: Ruth Fuchss Date: Fri, 20 Oct 2023 16:06:26 +0200 Subject: [PATCH 2/2] doc: fix indentation in rest-api.yaml Signed-off-by: Ruth Fuchss --- doc/rest-api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rest-api.yaml b/doc/rest-api.yaml index c8ec118f8fcc..2162e58f5495 100644 --- a/doc/rest-api.yaml +++ b/doc/rest-api.yaml @@ -5567,9 +5567,9 @@ definitions: x-go-package: github.com/lxc/lxd/shared/api info: contact: - email: lxd@lists.canonical.com + email: lxd@lists.canonical.com name: LXD upstream - url: https://github.com/canonical/lxd + url: https://github.com/canonical/lxd description: |- This is the REST API used by all LXD clients. Internal endpoints aren't included in this documentation.