API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

PATCH /v1/hr/team/{orgUnitId}/skill-targets

PATCH/v1/hr/team/{orgUnitId}/skill-targets

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
skillTargetserforderlichobject[]

Pfad-Parameter

NameTypBeschreibung
orgUnitIderforderlichstring

Beispiel

curl -X PATCH https://api.codemeta-os.de/v1/hr/team/{orgUnitId}/skill-targets \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "skillTargets": []
}'
const result = await cm.hr.patch({
  "skillTargets": []
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche