Merge a key-value pair into the authenticated user’s metadata
POSThttps://platform.docana.com/api/v1/users/me/metadata/
Merges a single key-value pair into the existing metadata, other keys are preserved. Also invalidates the caller’s session verification cache so the new metadata is visible on the next request.
Request
Responses
- 200
- 400
- 401
- 403
- 500
The updated metadata
Missing or invalid key
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Unexpected server error.