Save PEI data with a file
Testing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://vallelabs-pei-hvi.talentum.edu.co/pei/upload' \
--form 'file=@"C:\\Users\\linaa\\Downloads\\Sin título.pdf"'
Responses
application/json {"message":"Aspecto de indicador guardado exitosamente"}
Modified at 2024-10-06 02:59:06