Saltar al contenido
Guías
Referencia de API
establenotification:update

Actualizar borrador de plantilla

PUT/v1/notifications/templates/{id}

Autorización

bearerAuth
AutorizaciónBearer <token>

Token de acceso OAuth 2.0 emitido por Ecomiq Auth.

Ubicación: header

Parámetros de ruta

id*string

Identificador único del recurso.

Cuerpo de la solicitud

application/json

Definiciones TypeScript

Usa esta definición en TypeScript.

Cuerpo de la respuesta

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X PUT "https://example.com/v1/notifications/templates/string" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "subjectTpl": "string",    "bodyTpl": "string",    "textTpl": null  }'
Vacío