Skip to main content
PATCH
/
etiquetas
/
{_id}
{
  "emisorId": "<string>",
  "nombre": "<string>",
  "color": "slate",
  "status": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

_id
string
required

Response

emisorId
string
required

Identificador único del emisor

nombre
string
required

Nombre de la etiqueta

color
string
default:slate
required

Color de la etiqueta

status
boolean
default:true
required

Estado activo/inactivo de la etiqueta

I