cURL
curl --request PATCH \ --url https://rest.yafacture.com/etiquetas/{_id} \ --header 'x-api-key: <api-key>'
{ "emisorId": "<string>", "nombre": "<string>", "color": "slate", "status": true }
X-API-Key authentication header for the development token generated in Yafacture
Identificador único del emisor
Nombre de la etiqueta
Color de la etiqueta
Estado activo/inactivo de la etiqueta