Github API - Test Config

PUT /repos/{owner}/{repo}/notifications
repos
activity

Marks all notifications in a repository as "read" for the current user. If the number of notifications is too large to complete in one request, you will receive a 202 Accepted status and GitHub will run an asynchronous process to mark notifications as "read." To check whether any "unread" notifications remain, you can use the List repository notifications for the authenticated user endpoint and pass the query parameter all=false.
Mark repository notifications as read

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
202 application/json 3887

3887 [object]

Attributes
message string

url string

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)