Update Notification Preferences
Update user preferences
Request
URI
PATCH
https://vmc.vmware.com//api/notification/loggedin/user/preferences/categories
COPY
Request Body
NotificationPreferencesUpdateRequest of type(s) application/json
Required
{
"categories": [
{
"name": "string",
"notification_types": [
{
"name": "string"
}
]
}
]
}
Responses
204
No Content
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Internal Server Error
Returns ErrorResponse of type(s) application/json
{
"messages": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"type": "string"
}
string
type
Optional
type
Notification Preferences Operations
GET
Get Notification Preferences
PATCH
Update Notification Preferences