View | Details | Raw Unified | Return to bug 28461
Collapse All | Expand All

(-)a/api/v1/swagger/paths/config_smtp_servers.json (-10 / +5 lines)
Lines 4-11 Link Here
4
      "x-mojo-to": "Config::SMTP::Servers#list",
4
      "x-mojo-to": "Config::SMTP::Servers#list",
5
      "operationId": "listSMTPServers",
5
      "operationId": "listSMTPServers",
6
      "tags": [
6
      "tags": [
7
        "config",
7
        "SMTP servers"
8
        "smtp"
9
      ],
8
      ],
10
      "produces": [
9
      "produces": [
11
        "application/json"
10
        "application/json"
Lines 72-79 Link Here
72
      "x-mojo-to": "Config::SMTP::Servers#add",
71
      "x-mojo-to": "Config::SMTP::Servers#add",
73
      "operationId": "addSMTPServer",
72
      "operationId": "addSMTPServer",
74
      "tags": [
73
      "tags": [
75
        "config",
74
        "SMTP servers"
76
        "smtp"
77
      ],
75
      ],
78
      "parameters": [
76
      "parameters": [
79
        {
77
        {
Lines 139-146 Link Here
139
      "x-mojo-to": "Config::SMTP::Servers#get",
137
      "x-mojo-to": "Config::SMTP::Servers#get",
140
      "operationId": "getSMTPServer",
138
      "operationId": "getSMTPServer",
141
      "tags": [
139
      "tags": [
142
        "config",
140
        "SMTP servers"
143
        "smtp"
144
      ],
141
      ],
145
      "parameters": [
142
      "parameters": [
146
        {
143
        {
Lines 192-199 Link Here
192
      "x-mojo-to": "Config::SMTP::Servers#update",
189
      "x-mojo-to": "Config::SMTP::Servers#update",
193
      "operationId": "updateSMTPServer",
190
      "operationId": "updateSMTPServer",
194
      "tags": [
191
      "tags": [
195
        "config",
192
        "SMTP servers"
196
        "smtp"
197
      ],
193
      ],
198
      "parameters": [
194
      "parameters": [
199
        {
195
        {
Lines 260-267 Link Here
260
      "x-mojo-to": "Config::SMTP::Servers#delete",
256
      "x-mojo-to": "Config::SMTP::Servers#delete",
261
      "operationId": "deleteSMTPServer",
257
      "operationId": "deleteSMTPServer",
262
      "tags": [
258
      "tags": [
263
        "config",
259
        "SMTP servers"
264
        "smtp"
265
      ],
260
      ],
266
      "parameters": [
261
      "parameters": [
267
        {
262
        {
(-)a/api/v1/swagger/paths/patrons_extended_attributes.json (-11 / +5 lines)
Lines 4-11 Link Here
4
      "x-mojo-to": "Patrons::Attributes#list_patron_attributes",
4
      "x-mojo-to": "Patrons::Attributes#list_patron_attributes",
5
      "operationId": "getPatronAttributes",
5
      "operationId": "getPatronAttributes",
6
      "tags": [
6
      "tags": [
7
        "patrons",
7
        "patrons"
8
        "extended_attributes"
9
      ],
8
      ],
10
      "parameters": [
9
      "parameters": [
11
        {
10
        {
Lines 87-94 Link Here
87
      "x-mojo-to": "Patrons::Attributes#add",
86
      "x-mojo-to": "Patrons::Attributes#add",
88
      "operationId": "addPatronAttribute",
87
      "operationId": "addPatronAttribute",
89
      "tags": [
88
      "tags": [
90
        "patrons",
89
        "patrons"
91
        "extended_attributes"
92
      ],
90
      ],
93
      "parameters": [
91
      "parameters": [
94
        {
92
        {
Lines 167-174 Link Here
167
      "x-mojo-to": "Patrons::Attributes#overwrite",
165
      "x-mojo-to": "Patrons::Attributes#overwrite",
168
      "operationId": "overwritePatronAttributes",
166
      "operationId": "overwritePatronAttributes",
169
      "tags": [
167
      "tags": [
170
        "patrons",
168
        "patrons"
171
        "extended_attributes"
172
      ],
169
      ],
173
      "parameters": [
170
      "parameters": [
174
        {
171
        {
Lines 255-262 Link Here
255
      "x-mojo-to": "Patrons::Attributes#update",
252
      "x-mojo-to": "Patrons::Attributes#update",
256
      "operationId": "updatePatronAttribute",
253
      "operationId": "updatePatronAttribute",
257
      "tags": [
254
      "tags": [
258
        "patrons",
255
        "patrons"
259
        "extended_attributes"
260
      ],
256
      ],
261
      "parameters": [
257
      "parameters": [
262
        {
258
        {
Lines 349-356 Link Here
349
      "x-mojo-to": "Patrons::Attributes#delete",
345
      "x-mojo-to": "Patrons::Attributes#delete",
350
      "operationId": "deletePatronAttribute",
346
      "operationId": "deletePatronAttribute",
351
      "tags": [
347
      "tags": [
352
        "patrons",
348
        "patrons"
353
        "extended_attributes"
354
      ],
349
      ],
355
      "parameters": [
350
      "parameters": [
356
        {
351
        {
357
- 

Return to bug 28461