Identities
Update identity metadata (tag, gender, age).
Only accessible if the user uploaded the identity or is a member of a group that has access.
AuthorizationBearer <token>
Token-based authentication using access tokens.
In: header
Path Parameters
identity_codestring
tag?Tag
Optional tag for budget_category purposes.
Default
nullgender?Gender
Gender: must be one of male, female, or non-binary.
Default
nullage?Age
Age in years.
Default
nullResponse Body
Examples
curl -X PATCH "https://v2.api.piktid.com/identity/string/metadata" \
-H "Content-Type: application/json" \
-d '{}'{
"success": true,
"message": "string",
"image_description": {}
}Empty
Empty
Empty
Empty