POST /support/v1/platform-surveys
POST/support/v1/platform-surveys
CodeMeta OS API endpoint.
Request Body
| Name | Typ | Beschreibung |
|---|
titleerforderlich | string | |
description | stringnull | |
questions | object[] | |
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 |