The endpoints in this section help manage versioning of integrations.
Valid integration version numbers match the regular expression (^\d+.\d+(.\d+)?$). So, 1.0.2
and 2.06
are valid versions. Examples of invalid versions include v.1.2
and 1.2.3.4
.