Skip to main content
POST
/
empresas
/
1
/
foto
Atualizar Foto Perfil Empresa
curl --request POST \
  --url https://api-hml.ponto-on.com/empresas/1/foto \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form foto='@example-file'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
foto
file

Response

200 - undefined