Notifications
Authorizations
OAuth2passwordRequired
Token URL:
Responses
200
Successful Response
application/json
get
/notifications/200
Successful Response
Args:
notification_id (str): The ID of the notification to delete.
user (UserProfile): The user profile dependency.
notification_service (NotificationService): The notification service dependency
created_at (datetime.datetime): The created at date of the notification.Returns:
dict: The response indicating the success of the deletion.Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
notification_idstring · uuidRequired
Query parameters
created_atstring · date-timeRequired
Responses
200
Successful Response
application/json
422
Validation Error
application/json
delete
/notifications/{notification_id}Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
notification_idstring · uuidRequired
Query parameters
created_atstring · date-timeRequired
Body
read_atstring · date-timeRequired
Responses
200
Successful Response
application/json
422
Validation Error
application/json
patch
/notifications/{notification_id}Authorizations
OAuth2passwordRequired
Token URL:
Responses
200
Successful Response
application/json
delete
/notifications/all/200
Successful Response
Last updated
Was this helpful?

