Import keystore or create key manager
POST/security/multipart/:company
Handles multipart file uploads for security operations:
type=truststore: Import a truststore filetype=key: Create a key manager- Other: Create a keystore
Request
Responses
- 200
- 201
Security operation completed successfully
⚠️ Legacy Bug: This endpoint incorrectly returns HTTP 201 (Created) for error responses due to a bug in the original implementation. HTTP 201 normally indicates successful resource creation, but here it indicates an operation failure. Client applications should treat 201 responses from this endpoint as errors and check the response body for error details.