Save an employee website login
PATCHhttps://platform.docana.com/api/v1/employees/:id/websites/:siteId/login/
Saves encrypted credentials for a caller-owned website linked exclusively to this employee. Omitted or empty password preserves the stored password; clearCredentials removes both login fields. Response never includes credentials. Use a secure local input file or a client credential form; do not paste passwords into ordinary chat history.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Login saved
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
A resource referenced by the path does not exist or is not visible to the caller.
Unexpected server error.