Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-82042

Missing Payload Size Limit in Confluence Cloud REST API Documentation

XMLWordPrintable

    • 3
    • 3
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Description

       
      Confluence Cloud REST/API

      There is a hard coded limit of 5242880 bytes (5 *1024 *1024) for the maximum data payload when making a REST call to Confluence. Our documentation on

      https://developer.atlassian.com/cloud/confluence/rest/v2/intro/#using

      does not mention the limit.

      Our Apps, unaware of this limitation, may exceed this limit - for instance, the Enterprise Customer Amadeus using Stiltsoft macro Table Filter:

      The macro tries to call a rest api to transform the storage format to view format and this API fails as it tries to send more than the limit of the API which is 5242880 bytes per payload, causing the macro to keep spinning instead of rendering the table.

      Limit observed for this request: rest/api/contentbody/convert/async/export_view

      https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-body/#api-wiki-rest-api-contentbody-convert-async-to-post

      Also reported on this JAC ticket https://jira.atlassian.com/browse/CONFCLOUD-73881#

       

              Unassigned Unassigned
              imurakami@atlassian.com Murakami [Atlassian Support]
              Votes:
              3 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated: