Version field in REST response

Hi,

we're currently evaluating Prismic. What does the version field in REST responses indicate?

{
"page": 1,
"results_per_page": 20,
"results_size": 20,
"total_results_size": 50,
"total_pages": 15,
"next_page": "....",
"prev_page": null,
"results": [],
"version": "3632be7",
"license": "All Rights Reserved"
}

Example: "version": "3632be7".

Thanks!

Hello @anna.krebitz!

So, the version field stands for an API version, it’s a short hash from a commit.

So is this something I have control over, or is that like the commit hash of your current internal software?

Yes, it's part of a commit hash of our internal software.