faint-terabyte-48594
07/12/2024, 10:14 AMbland-finland-95044
07/12/2024, 7:19 PMmetadata_public
? I'm having a similar issue here trying to set that. Haven't been able to get the PATCH method to work either.
# returns 200 but metadata_public is still null
curl --location --request PUT '<http://our-url/admin/identities/our-id>' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data-raw '{
"schema_id": "<preset://email>",
"state": "active",
"traits": {
"email": "<mailto:email@email.com|email@email.com>"
},
"metadata_public": {
"foo": "bar"
},
"metadata_admin": null
}'
steep-lamp-91158
steep-lamp-91158
faint-terabyte-48594
07/15/2024, 10:12 AMbland-finland-95044
07/16/2024, 4:36 PMfaint-terabyte-48594
07/18/2024, 1:57 PMsteep-lamp-91158
ory-request-id
response headerfaint-terabyte-48594
07/18/2024, 2:38 PM/metadata_public
@bland-finland-95044 you might want to make sure you didn't make the same mistakebland-finland-95044
07/18/2024, 4:29 PM