Posting more than 1 digit to grove digital display

I’m experimenting with the Wio Link and Grove Digital display (the one with 4 digits) There is an example on how to post a digit (using position and character) using restful API as per the screenshot attached. What I wanted to know was how could you post 4 digits in one API POST. E.g. 1234, not just 1.
wio.jpg

Hi markjoyner,

There’s also an API “display_digits/[start_pos]/[chars]”, think that’s what your want.

Thank you, I found that now.