From f6d9a5f7281e2013c7f8afc3990951612c02d068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 5 Jun 2024 13:37:22 +0200 Subject: [PATCH] Update docs/auth/service-to-service-auth.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Vincenzo Scamporlino Signed-off-by: Fredrik Adelöw --- docs/auth/service-to-service-auth.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/auth/service-to-service-auth.md b/docs/auth/service-to-service-auth.md index b4d6bb5750..f87ca8ed10 100644 --- a/docs/auth/service-to-service-auth.md +++ b/docs/auth/service-to-service-auth.md @@ -347,5 +347,7 @@ Each entry has one or more of the following fields: - plugin: my-plugin permissionAttribute: # updates and deletes will be rejected - action: create, read + action: + - create + - read ```