REST API EXAMPLE incorrect

|Mission:|FILES MASTER|
|Task:|Get file count using API|

The REST API documented example is missing the syntax for the pattern, it reads:

Example
Get a count of files matching the *.html pattern in the /web directory:

GET https://api.backendless.com///files/web?action=count

it should read:

GET https://api.backendless.com///files/web?action=count&pattern=*.html

Hi, @Graham_Reddie

Thanks for your attentiveness. I have created an internal ticket (BKNDLSS-22373). We will change the example.

Regards,
Marina

Hi @Graham_Reddie,

Thank you for reporting this issue. The docs have been updated.

Regards,
Mark

I can’t contribute much yet, but I’ll help where I can :wink: