Notifications
Creates a new user notification
Authorizations
AuthorizationstringRequired
Path parameters
userIdstringRequired
The ID of the user
Body
objectOptional
Refer to the /schemas/notification endpoint for the JSON Schema definition
Responses
200
successful operation
application/json
400
Invalid status value
application/json
post
/users/{userId}/notificationsUpdates a new user notification
Authorizations
AuthorizationstringRequired
Path parameters
userIdstringRequired
The ID of the user
notificationIdstringRequired
The ID of the notification
Body
objectOptional
Refer to the /schemas/notification endpoint for the JSON Schema definition
Responses
200
successful operation
application/json
400
Invalid status value
application/json
put
/users/{userId}/notifications/{notificationId}Deletes a new user notification
Authorizations
AuthorizationstringRequired
Path parameters
userIdstringRequired
The ID of the user
notificationIdstringRequired
The ID of the notification
Responses
200
successful operation
application/json
Responseobject
400
Invalid status value
application/json
delete
/users/{userId}/notifications/{notificationId}