Commit cf94bb52 authored by Mike Jang's avatar Mike Jang

Merge branch '208372-aqualls-pii' into 'master'

Docs: suggestions for avoiding PII in docs

Closes #208372

See merge request gitlab-org/gitlab!28370
parents befbd1f4 4b4e686d
......@@ -1460,6 +1460,15 @@ Example response:
```
````
### Fake user information
You may need to demonstrate an API call or a cURL command that includes the name
and email address of a user. Don't use real user information in API calls:
- **Email addresses**: Use an email address ending in `example.com`.
- **Names**: Use strings like `Example Username`. Alternatively, use diverse or non-gendered names with
common surnames, such as `Sidney Jones`, `Zhang Wei`. or `Maria Garcia`.
### Fake tokens
There may be times where a token is needed to demonstrate an API call using
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment