Skip to main content
PUT
/
api
/
quotes
/
ai
/
{quoteId}
Actualizar contenido editado
curl --request PUT \
  --url https://api.raul.ugps.io/api/quotes/ai/{quoteId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

quoteId
string
required

ID de la cotización

Body

application/json

The body is of type object.

Response

200 - undefined