API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /support/v1/platform-surveys

POST/support/v1/platform-surveys

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
titleerforderlichstring
descriptionstringnull
questionsobject[]

Beispiel

curl -X POST https://api.codemeta-os.de/support/v1/platform-surveys \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "title": "string",
  "description": null,
  "questions": []
}'
const result = await cm.platform-surveys.post({
  "title": "string",
  "description": null,
  "questions": []
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche