Documentation Index
Fetch the complete documentation index at: https://mintlify.com/JanContrerasDev/gestor-contrasenas/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/createPassword
Creates a new password entry in the system. All three fields (password, sistema, usuario) are required.Request Body
The password value to store
System or application name associated with this password
Username associated with this password
Validation Rules
password- Required fieldsistema- Required fieldusuario- Required field
Request
Response
Success or error message
HTTP status code
Validation errors (only present when status is 400)
Response Codes
- 200 - Success - Password created successfully
- 400 - Bad Request - Validation failed (missing required fields)
- 500 - Internal Server Error - Failed to create password