Skip to main content
PATCH
/
api
/
quotes
/
{quoteId}
/
outreach
/
messages
/
{messageId}
Editar mensaje (guardar versión editada)
curl --request PATCH \
  --url https://api.raul.ugps.io/api/quotes/{quoteId}/outreach/messages/{messageId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

messageId
string
required
quoteId
string
required

Path parameter: quoteId

Body

application/json

The body is of type object.

Response

200 - undefined