From bb44b70e777f7821c78f13983b13aec86312b7ff Mon Sep 17 00:00:00 2001
From: Manuel Kocher <manuel.kocher@tugraz.at>
Date: Wed, 14 Dec 2022 13:33:22 +0100
Subject: [PATCH] Switch example username to obfuscated id

---
 src/Entity/Person.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Entity/Person.php b/src/Entity/Person.php
index dd4cb84..eedaf03 100644
--- a/src/Entity/Person.php
+++ b/src/Entity/Person.php
@@ -29,7 +29,7 @@ use Dbp\Relay\CoreBundle\LocalData\LocalDataAwareTrait;
  *             "openapi_context" = {
  *                 "tags" = {"BasePerson"},
  *                 "parameters" = {
- *                     {"name" = "identifier", "in" = "path", "description" = "Resource identifier", "required" = true, "type" = "string", "example" = "woody007"},
+ *                     {"name" = "identifier", "in" = "path", "description" = "Resource identifier", "required" = true, "type" = "string", "example" = "811EC3ACC0ADCA70"},
  *                     {"name" = "includeLocal", "in" = "query", "description" = "Local data attributes to include", "type" = "string"}
  *                 }
  *             }
-- 
GitLab