From 44ccfe00d92391002ace80f5277927624eceeb16 Mon Sep 17 00:00:00 2001 From: Ruth Fuchss Date: Mon, 22 Jul 2024 12:59:34 +0200 Subject: [PATCH] doc/projects: fix documentation for PATCH request The functionality was fixed in https://github.com/canonical/lxd/pull/13786 Signed-off-by: Ruth Fuchss --- doc/howto/projects_create.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/howto/projects_create.md b/doc/howto/projects_create.md index ccf58bad727d..ca744b3b0308 100644 --- a/doc/howto/projects_create.md +++ b/doc/howto/projects_create.md @@ -125,16 +125,10 @@ For example, to limit the number of containers that can be created in `my-projec lxc query --request PATCH /1.0/projects/my-project --data '{ "config": { - "limits.containers": "5", - ... + "limits.containers": "5" } }' -```{note} -The PATCH request updates the full content of the `config` field. -Therefore, you must specify all configuration options as part of the PATCH request, and not only the option that you want to change. -``` - See [`PATCH /1.0/projects/{name}`](swagger:/projects/project_patch) for more information. ```` ````{group-tab} UI