PATCH /support/v1/platform-surveys/{id}
PATCH/support/v1/platform-surveys/{id}
CodeMeta OS API endpoint.
Request Body
| Name | Typ | Beschreibung |
|---|
titleerforderlich | string | |
description | stringnull | |
questions | object[] | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X PATCH https://api.codemeta-os.de/support/v1/platform-surveys/{id} \
-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.patch({
"title": "string",
"description": null,
"questions": []
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |