Upsert Identity Properties
/v1/identities/{identity_id}/properties
Upsert Identity Properties
Path Parameters
Body Parameters
Upsert Identity Properties
curl https://api.letta.com/v1/identities/$IDENTITY_ID/properties \
-X PUT \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $LETTA_API_KEY" \
-d '[
{
"key": "key",
"type": "string",
"value": "string"
}
]'
{}Returns Examples
{}