User Notifications Update
PUT
/v1/Users/{id}/notifications
Update notification for a user
Parameters
Path Parameters
id*string
User Id
Request Body
application/json
type
string
Valid values
"All""TaskAssigned""TaskComment""UpdatedResponsibleSuggestion""ImprovementChangedStatus""ImprovementComment""NewDeviation""UpdatedResponsibleDeviation""DeviationComment""ProjectMessageAdded""A3Participant""A3Updated""PageCommentAdded""CommentMentions""WeeklyTaskStatus"email
boolean
mobile
boolean
Responses
OK
application/json
[
{
"lastModified": "string",
"type": "string",
"email": true,
"mobile": true
}
]
PUT
/v1/Users/{id}/notifications