|
|
|
@ -8870,7 +8870,7 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/settings/Attachment": { |
|
|
|
|
"/settings/api": { |
|
|
|
|
"get": { |
|
|
|
|
"produces": [ |
|
|
|
|
"application/json" |
|
|
|
@ -8878,16 +8878,16 @@ |
|
|
|
|
"tags": [ |
|
|
|
|
"settings" |
|
|
|
|
], |
|
|
|
|
"summary": "Get instance's global settings for Attachment", |
|
|
|
|
"operationId": "getGeneralAttachmentSettings", |
|
|
|
|
"summary": "Get instance's global settings for api", |
|
|
|
|
"operationId": "getGeneralAPISettings", |
|
|
|
|
"responses": { |
|
|
|
|
"200": { |
|
|
|
|
"$ref": "#/responses/GeneralAttachmentSettings" |
|
|
|
|
"$ref": "#/responses/GeneralAPISettings" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"/settings/api": { |
|
|
|
|
"/settings/attachment": { |
|
|
|
|
"get": { |
|
|
|
|
"produces": [ |
|
|
|
|
"application/json" |
|
|
|
@ -8895,11 +8895,11 @@ |
|
|
|
|
"tags": [ |
|
|
|
|
"settings" |
|
|
|
|
], |
|
|
|
|
"summary": "Get instance's global settings for api", |
|
|
|
|
"operationId": "getGeneralAPISettings", |
|
|
|
|
"summary": "Get instance's global settings for Attachment", |
|
|
|
|
"operationId": "getGeneralAttachmentSettings", |
|
|
|
|
"responses": { |
|
|
|
|
"200": { |
|
|
|
|
"$ref": "#/responses/GeneralAPISettings" |
|
|
|
|
"$ref": "#/responses/GeneralAttachmentSettings" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|