API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/signatures

POST/v1/signatures

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
nameerforderlichstring
htmlContenterforderlichstring
jsonContenterforderlichobject
isDefaultboolean

Beispiel

curl -X POST https://api.codemeta-os.de/v1/signatures \
  -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.post({
  "name": "string",
  "htmlContent": "string",
  "jsonContent": null,
  "isDefault": false
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche