Attaches files to an infraction.
POST/api/infraction/files
This endpoint allows attaching multiple files to an existing infraction. Each file should include its name, content (base64 encoded), and type. The files will be stored in the system and associated with the specified infraction.
Request
Responses
- 200
- 400
- 403
- 404
Files attached successfully
Invalid request data or Api Error
Unauthenticated user
Infraction not found