Hey guys I am trying to update the metadata and sc...
# talk-kratos
h
Hey guys I am trying to update the metadata and schema with /admin/identities/{id} of a user but I am getting a 404 error. My json looks like this
{"schema_id":"user","metadata_admin":{"name":"test"}}
and the json response I get is
{"error":{"code":404,"status":"Not Found","message":"Unable to locate the resource"}}
I can see the user schema at http://localhost:4433/schemas/user and its also declared in kratos.yml as
Copy code
- id: user
      url: file:///etc/config/kratos/user.schema.json
Could someone let me know what I am doing wrong?