API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

PATCH /v1/signatures/tenant/{id}

PATCH/v1/signatures/tenant/{id}

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
namestring
htmlContentstring
jsonContentobject
isDefaultboolean

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

Beispiel

curl -X PATCH https://api.codemeta-os.de/v1/signatures/tenant/{id} \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "name": "string",
  "htmlContent": "string",
  "jsonContent": null,
  "isDefault": false
}'
const result = await cm.signatures.patch({
  "name": "string",
  "htmlContent": "string",
  "jsonContent": null,
  "isDefault": false
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche