메인 콘텐츠로 건너뛰기
GET
/
notifications
/
read
Mark a notification as read
curl --request GET \
  --url https://your_a2_service/notifications/read
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

쿼리 매개변수

user_id
string<uuid>
필수

사용자 ID

no
integer
필수

알림 ID

응답

Successful Response