API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

PATCH /support/v1/platform-surveys/{id}

PATCH/support/v1/platform-surveys/{id}

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
titleerforderlichstring
descriptionstringnull
questionsobject[]

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

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

Suche