docs: add PATCH identity endpoint doc + BCP 47 alias reference

This commit is contained in:
M5Max128
2026-05-22 08:56:07 +08:00
parent e1619c724a
commit 2b025a014e
3 changed files with 635 additions and 3 deletions

View File

@@ -225,7 +225,7 @@ curl -s "$API/api/v1/identities/search?q=Cary" -H "X-API-Key: $KEY"
Upload an identity.json file to create or update an identity. Accepts the same format as the identity.json files stored on disk.
If an identity with the same `name` already exists, it will be updated with the new values.
If an identity with the same `identity_uuid` already exists, it will be updated with the new values.
#### Request