From 8db2b54a383e680388850d2cc0340170413cecba Mon Sep 17 00:00:00 2001 From: Thomas Hipp Date: Mon, 16 Oct 2023 09:30:36 +0200 Subject: [PATCH] doc: Update API Signed-off-by: Thomas Hipp --- doc/rest-api.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/rest-api.yaml b/doc/rest-api.yaml index 27fa9695d81c..56b8f697d8c4 100644 --- a/doc/rest-api.yaml +++ b/doc/rest-api.yaml @@ -5827,6 +5827,8 @@ definitions: example: foo type: string x-go-name: Project + source: + $ref: '#/definitions/StorageVolumeSource' target: $ref: '#/definitions/StorageVolumePostTarget' volume_only: @@ -5981,6 +5983,11 @@ definitions: example: X509 PEM certificate type: string x-go-name: Certificate + location: + description: What cluster member this record was found on + example: lxd01 + type: string + x-go-name: Location mode: description: Whether to use pull or push mode (for migration) example: pull