TravelyfeHelp
開発者向けReferenceAccount

Mark Notifications Read

PUT
/v1/account/notifications/read

Marks the notifications in ids read, or all of them when ids is absent.

Only available to the Travelyfe apps. Tokens issued to other apps receive forbidden.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/account/notifications/read" \  -H "Content-Type: application/json" \  -d '{}'
0