Skip to content
Snippets Groups Projects
Commit bb44b70e authored by Kocher, Manuel's avatar Kocher, Manuel
Browse files

Switch example username to obfuscated id

parent d376c027
Branches
Tags v0.2.10
No related merge requests found
Pipeline #216630 passed
...@@ -29,7 +29,7 @@ use Dbp\Relay\CoreBundle\LocalData\LocalDataAwareTrait; ...@@ -29,7 +29,7 @@ use Dbp\Relay\CoreBundle\LocalData\LocalDataAwareTrait;
* "openapi_context" = { * "openapi_context" = {
* "tags" = {"BasePerson"}, * "tags" = {"BasePerson"},
* "parameters" = { * "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"} * {"name" = "includeLocal", "in" = "query", "description" = "Local data attributes to include", "type" = "string"}
* } * }
* } * }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment