Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit30fa6db

Browse files
committed
move settings api to an unlinked/unimplemented file
1 parent9a59a71 commit30fa6db

File tree

2 files changed

+79
-70
lines changed

2 files changed

+79
-70
lines changed

‎content/v3/activity/notifications.md‎

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -91,73 +91,3 @@ summary.
9191

9292
POST /notifications/summaries/:id/unmute
9393

94-
##View Settings
95-
96-
GET /notifications/settings
97-
98-
##Update Settings
99-
100-
Update the notification settings for the authenticated user.
101-
102-
PATCH /notifications/settings
103-
104-
###Parameters
105-
106-
participating.email
107-
:_Optional_**boolean**`true` to receive participating notificationsn via
108-
email.
109-
110-
participating.web
111-
:_Optional_**boolean**`true` to receive participating notificationsn via
112-
web.
113-
114-
watching.email
115-
:_Optional_**boolean**`true` to receive watching notificationsn via
116-
email.
117-
118-
watching.web
119-
:_Optional_**boolean**`true` to receive watching notificationsn via
120-
web.
121-
122-
<%= json\
123-
:participating => {:email => true,:web => false},
124-
:watching => {:email => true,:web => false} %>
125-
126-
##Get notification email settings
127-
128-
GET /notifications/emails
129-
130-
##Get the global email settings
131-
132-
GET /notifications/global/emails
133-
134-
##Get notification email settings for an organization
135-
136-
GET /notifications/organization/:org/emails
137-
138-
##Update email settings
139-
140-
PATCH /notifications/emails
141-
142-
##Update global email settings
143-
144-
PUT /notifications/global/emails
145-
146-
###Parameters
147-
148-
email
149-
:_Required_**string** Email address to which to send notifications to the
150-
authenticated user for discussions related to projects for this organization.
151-
152-
##Update Organization email settings
153-
154-
Update the notification settings for the authenticated user.
155-
156-
PUT /notifications/organization/:org/emails
157-
158-
###Parameters
159-
160-
email
161-
:_Required_**string** Email address to which to send notifications to the
162-
authenticated user for discussions related to projects for this organization.
163-

‎content/v3/activity/settings.md‎

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
title:Notification Settings | GitHub API
3+
---
4+
5+
#Notification Settings API
6+
7+
This API is not implemented. This documentation is a placeholder for when it
8+
is ready for public consumption.
9+
10+
##View Settings
11+
12+
GET /notifications/settings
13+
14+
##Update Settings
15+
16+
Update the notification settings for the authenticated user.
17+
18+
PATCH /notifications/settings
19+
20+
###Parameters
21+
22+
participating.email
23+
:_Optional_**boolean**`true` to receive participating notificationsn via
24+
email.
25+
26+
participating.web
27+
:_Optional_**boolean**`true` to receive participating notificationsn via
28+
web.
29+
30+
watching.email
31+
:_Optional_**boolean**`true` to receive watching notificationsn via
32+
email.
33+
34+
watching.web
35+
:_Optional_**boolean**`true` to receive watching notificationsn via
36+
web.
37+
38+
<%= json\
39+
:participating => {:email => true,:web => false},
40+
:watching => {:email => true,:web => false} %>
41+
42+
##Get notification email settings
43+
44+
GET /notifications/emails
45+
46+
##Get the global email settings
47+
48+
GET /notifications/global/emails
49+
50+
##Get notification email settings for an organization
51+
52+
GET /notifications/organization/:org/emails
53+
54+
##Update email settings
55+
56+
PATCH /notifications/emails
57+
58+
##Update global email settings
59+
60+
PUT /notifications/global/emails
61+
62+
###Parameters
63+
64+
email
65+
:_Required_**string** Email address to which to send notifications to the
66+
authenticated user for discussions related to projects for this organization.
67+
68+
##Update Organization email settings
69+
70+
Update the notification settings for the authenticated user.
71+
72+
PUT /notifications/organization/:org/emails
73+
74+
###Parameters
75+
76+
email
77+
:_Required_**string** Email address to which to send notifications to the
78+
authenticated user for discussions related to projects for this organization.
79+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp