Returns the attachment settings, that is, whether attachments are enabled and the maximum attachment size allowed.Note that there are also project permissions that restrict whether users can create and delete attachments.This operation can be accessed anonymously.Permissions required: None.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'http:///rest/api/3/attachment/meta'
响应示例响应示例
200 - 成功示例
{"enabled":true,"uploadLimit":1000000}
请求参数
无
返回响应
🟢200Returned if the request is successful.
application/json
Body
🟠401Returned if the authentication credentials are incorrect or missing.