Surprisingly enough, you can't with the current API. There are any number of requests open for this sort of functionality, although usually tagged to different use cases.
However, thanks to another problem I'm facing I found the unpublished class BlockSupport in a stacktrace... and guess what... it has a method reparseRange(...) that does the trick.
I'll file an issue for inclusion of BlockSupport in the OA.
Surprisingly enough, you can't with the current API. There are any number of requests open for this sort of functionality, although usually tagged to different use cases.
--Dave
Thanks Dave, I got lost in OpenAPI last night :)
However, thanks to another problem I'm facing I found the unpublished class BlockSupport in a stacktrace...
and guess what... it has a method reparseRange(...) that does the trick.
I'll file an issue for inclusion of BlockSupport in the OA.
Maas