Stimmungsbarometer
Eigene Stimmung erfassen
Store/update the authenticated employee's mood (upsert by date)
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Request-Body
application/json
TypeScript-Definitionen
TypeScript-Typ für request body.
Response-Body
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/mood" \ -H "Content-Type: application/json" \ -d '{ "date": "2019-08-24T14:15:22Z", "rating": 1 }'{ "data": { "id": "string", "employee_id": "string", "date": "string", "rating": "string", "created_at": "string", "updated_at": "string" }}