Stampfactory
Dokumentation
Benachrichtigungen

Benachrichtigung erledigen

PATCH
/notifications/{notification}/resolve
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

notification*string

The notification ID

Formatuuid

Response-Body

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/notifications/497f6eca-6276-4993-bfeb-53cbbbba6f08/resolve"
{  "data": {    "id": "string",    "employee_id": "string",    "type": "string",    "date": "string",    "title": "string",    "body": "string",    "message": "string",    "read": "string",    "resolved": "string",    "created_at": "string"  }}